From c40a84c8165af4b9aaff99ecc4e07f75c6bd763f Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 14 九月 2018 14:14:27 +0800 Subject: [PATCH] fix:鼓舞配置 --- CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt b/CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt new file mode 100644 index 0000000..134333f --- /dev/null +++ b/CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt @@ -0,0 +1,17 @@ +# py模块热更重读版本号 +# 版本号需 > 0 的值 +# 重读配置即可触发此更新逻辑 + +( + +[ + +1, # 是否开启脚本重读 + +1, # GameServer版本号 +1, # MapServer版本号 + +] + +) + -- Gitblit v1.8.0