ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/OpenFunc.py
@@ -22,6 +22,7 @@
import GameFuncComm
import ChConfig
import ShareDefine
import PlayerOnline
## GM命令执行入口
#  @param curPlayer 当前玩家
@@ -43,6 +44,7 @@
        else:
            openFuncID = cmdList[1] if len(cmdList) > 1 else 0
            DoGMOpenFunc(curPlayer, openFuncID)
        PlayerOnline.GetOnlinePlayer(curPlayer).ReCalcAllAttr()
            
    PrintFuncOpenState(curPlayer)
    return