9325 【BT3】【BT4】【BT5】【主干】【后端】日常扫荡优化(屏蔽扫荡请求CD)
| | |
| | | def OnPlayerFBWipeOut(playerIndex, clientData, tick):
|
| | | curPlayer = GameWorld.GetPlayerManager().GetPlayerByIndex(playerIndex)
|
| | |
|
| | | if not GameWorld.CheckPlayerTick(curPlayer, ChConfig.TYPE_Player_Tick_BeginFBWipeOut, tick):
|
| | | GameWorld.DebugLog("玩家副本扫荡请求CD中...", curPlayer.GetPlayerID())
|
| | | return
|
| | | #if not GameWorld.CheckPlayerTick(curPlayer, ChConfig.TYPE_Player_Tick_BeginFBWipeOut, tick):
|
| | | # GameWorld.DebugLog("玩家副本扫荡请求CD中...", curPlayer.GetPlayerID())
|
| | | # return
|
| | |
|
| | | mapID = clientData.MapID
|
| | | lineID = clientData.LineID
|