ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -1179,10 +1179,6 @@ #结束事件 EventShell.DoExitEvent(curPlayer) # 结束摆摊/查看摆摊 EventShell.ExitShopItem(curPlayer) EventShell.ExitWatchShopItem(curPlayer) #设置玩家的地图位置, 如果是副本, 离开副本 # 副本规则: # 1. 一个队伍只有一个副本, 如果有队员的副本和队伍副本不一致, 则从副本中踢出此队员 @@ -1446,11 +1442,6 @@ PlayerTruck.PlayerTruckDown(curPlayer, curTruck) curPlayer.SetChangeMapTakeTruck(takeTruck) # 如果在摆摊中,提示摆摊关闭 playerShop = curPlayer.GetPlayerShop() if playerShop.GetIsStartShop(): NotifyCode(curPlayer, "GeRen_admin_70569") #离开地图服务器 __PlayerLeaveServerLogic(curPlayer, tick, False)