From 63320bd6702ecd0827f754b7c000a20400295f92 Mon Sep 17 00:00:00 2001 From: Sandrem Date: Mon, 30 Nov 2020 15:04:50 +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;