ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetMoney.py
@@ -81,6 +81,8 @@ isOK = True if not isOK: GameWorld.DebugAnswer(curPlayer, "设置玩家货币失败,详见日志或流向") else: GameWorld.DebugAnswer(curPlayer, "设置%s%s=%s" % (moneyType, moneyNameDict.get(moneyType, moneyType), PlayerControl.GetMoneyReal(curPlayer, moneyType))) return