hxp
1 天以前 9d5ec7599f3abe0cebb76ce1df3c3b8c4e0aa51e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/GMShell.py
@@ -235,7 +235,7 @@
        return
    cmdList = eval(cmdStr)
    callFunName = cmdList[0]
    callName = "%s.%s" % (callFunName, "OnExec")
    callName = "%s.%s" % (callFunName, "OnExecCross")
    callFunc = GameWorld.GetExecFunc(Commands, callName)
    if not callFunc:
        GameWorld.DebugAnswer(crossPlayer, "找不到该跨服命令! %s" % callName)