性能优化

This commit is contained in:
flswld
2023-04-13 19:46:20 +08:00
parent 0440a6b1ed
commit e7c5723f98
10 changed files with 215 additions and 182 deletions
+3
View File
@@ -47,6 +47,9 @@ func (r *RouteManager) doRoute(cmdId uint16, userId uint32, clientSeq uint32, pa
logger.Error("player not online, uid: %v", userId)
return
}
if player.NetFreeze {
return
}
player.ClientSeq = clientSeq
SELF = player
handlerFunc(player, payloadMsg)