We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14ba4b commit 63320bdCopy full SHA for 63320bd
Assets/Scripts/Model/Tools/DebugManager.cs
@@ -4,7 +4,7 @@
4
5
public static class DebugManager
6
{
7
- public static bool ReleaseVersion = false;
+ public static bool ReleaseVersion = true;
8
9
public static bool DebugNetworkSingleDevice;
10
0 commit comments