浏览代码

Add debug flag

Tigran 4 年之前
父节点
当前提交
bd723ec212
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MafiaTelegramBot/Resources/Constants.cs

+ 1 - 1
MafiaTelegramBot/Resources/Constants.cs

@@ -6,7 +6,7 @@ namespace MafiaTelegramBot.Resources
 {
     public static class Constants
     {
-        private const bool DEBUG = false;
+        public const bool DEBUG = false;
         
         public const int PLAYER_LIMITS_MIN = DEBUG ? 1 : 6;
         public const int MEMORY_CLEANER_INTERVAL = 60 * 60 * 1000;