hxp
2025-05-23 fdebf36f0d9201c6a6949a08cdfeebb718c25ce2
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBHelpBattle.py
@@ -20,7 +20,6 @@
import PlayerControl
import ChPyNetSendPack
import NetPackCommon
import PlayerViewCacheTube
import PlayerActGarbageSorting
import FBCommon
import IpyGameDataPY
@@ -111,8 +110,8 @@
        PlayerActGarbageSorting.AddActGarbageTaskProgress(curPlayer, ChConfig.Def_GarbageTask_HelpBattle)
        
        # 没有数据缓存的话,马上同步一次
        if not haveViewCache:
            PlayerViewCacheTube.UpdateGameServerPlayerCache(curPlayer, tick, False)
        #if not haveViewCache:
        #    PlayerViewCacheTube.UpdateGameServerPlayerCache(curPlayer, tick, False)
            
    SyncCheckInState(curPlayer, 1, False)