Update ConnectionMethod.cs

dev-ali
Hazim Bin Ijaz 3 weeks ago
parent 724b5bb56c
commit 1a7acce155

@ -58,7 +58,7 @@ namespace Unity.BossRoom.ConnectionManagement
{ {
playerId = playerId, playerId = playerId,
playerName = playerName, playerName = playerName,
isDebug = Debug.isDebugBuild isDebug = false
}); });
var payloadBytes = System.Text.Encoding.UTF8.GetBytes(payload); var payloadBytes = System.Text.Encoding.UTF8.GetBytes(payload);

Loading…
Cancel
Save