From 1a7acce155d1f018931ec2ef35a1f8253ffbe511 Mon Sep 17 00:00:00 2001 From: Hazim Bin Ijaz Date: Mon, 20 Jan 2025 18:10:51 +0500 Subject: [PATCH] Update ConnectionMethod.cs --- Assets/Scripts/ConnectionManagement/ConnectionMethod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/ConnectionManagement/ConnectionMethod.cs b/Assets/Scripts/ConnectionManagement/ConnectionMethod.cs index 3a0b608..e62f1b3 100644 --- a/Assets/Scripts/ConnectionManagement/ConnectionMethod.cs +++ b/Assets/Scripts/ConnectionManagement/ConnectionMethod.cs @@ -58,7 +58,7 @@ namespace Unity.BossRoom.ConnectionManagement { playerId = playerId, playerName = playerName, - isDebug = Debug.isDebugBuild + isDebug = false }); var payloadBytes = System.Text.Encoding.UTF8.GetBytes(payload);