hxp
2025-12-25 367d5e0a2998c414e58a139e35bf44c206b5da1e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/GMToolLogicProcess/Commands/GMT_ReloadConfig.py
@@ -17,10 +17,15 @@
import GMCommon
import ReadChConfig
import GameWorld
## 收到gm命令执行
# @param gmCmdDict:gm命令字典
# @return None 
def OnExec(gmCmdDict):
    ReadChConfig.SetReloadConfig()
    reloadType = gmCmdDict.get("reloadType")
    if reloadType == "script":
        GameWorld.__ReloadScript()
    else:
        ReadChConfig.SetReloadConfig()
    return GMCommon.Def_Success