gwang 3 سال پیش
والد
کامیت
a841b4e22d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      CSserver/Lib1/Config.cs

+ 1 - 1
CSserver/Lib1/Config.cs

@@ -5,7 +5,7 @@ using StackExchange.Redis;
    public class Config
     {
 
-        public const bool GameOnline = false;  
+        public const bool GameOnline = true;  
 
         public ConfigurationOptions redis;