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 class Config
     {
     {
 
 
-        public const bool GameOnline = false;  
+        public const bool GameOnline = true;  
 
 
         public ConfigurationOptions redis;
         public ConfigurationOptions redis;