ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/GMShell.py
@@ -110,8 +110,10 @@
                    continue
                inputList[i] = value
                
            callFunc(curPlayer, inputList)
            isSendGameServer = callFunc(curPlayer, inputList)
            DR_UseGMCMD(curPlayer, inputStr)
            if isSendGameServer:
                curPlayer.GameServer_GMCmd(inputStr)
            return
        
        # GameObj 的 Get、Set函数