From 46bd2083dc8df237673448d6c4b920763245bea8 Mon Sep 17 00:00:00 2001 From: Sandrem Date: Tue, 19 Jan 2021 06:10:40 +0200 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 1ed2f6cf4b..2ce87db7ab 100644 --- a/Assets/Scripts/Model/Tools/DebugManager.cs +++ b/Assets/Scripts/Model/Tools/DebugManager.cs @@ -4,7 +4,7 @@ public static class DebugManager { - public static bool ReleaseVersion = false; + public static bool ReleaseVersion = true; public static bool DebugNetworkSingleDevice;