소스 검색

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;