From a2619f85668cce5efa4b172da6408b7ace6bc0a0 Mon Sep 17 00:00:00 2001 From: Sandrem Date: Thu, 30 Jun 2022 02:21:36 +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;