From 0926d863074cf17d800b69e8fae463f1d115ecda Mon Sep 17 00:00:00 2001 From: Sandrem Date: Fri, 10 Sep 2021 20:19:05 +0300 Subject: [PATCH] Release version --- Assets/Scripts/Model/Tools/DebugManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Model/Tools/DebugManager.cs b/Assets/Scripts/Model/Tools/DebugManager.cs index 878f1c6f65..2dfdf3a4bc 100644 --- a/Assets/Scripts/Model/Tools/DebugManager.cs +++ b/Assets/Scripts/Model/Tools/DebugManager.cs @@ -5,7 +5,7 @@ public static class DebugManager { - public static bool ReleaseVersion = false; + public static bool ReleaseVersion = true; public static bool DebugNetworkSingleDevice;