|
@@ -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;
|