mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
修改聊天和登录信息的数据库结构
This commit is contained in:
@@ -74,7 +74,7 @@ func (l *LocalEventManager) LocalEventHandle(localEvent *LocalEvent) {
|
||||
startTime := time.Now().UnixNano()
|
||||
playerList := make(PlayerLastSaveTimeSortList, 0)
|
||||
for _, player := range USER_MANAGER.playerMap {
|
||||
if player.PlayerID < 100000000 {
|
||||
if player.PlayerID < PlayerBaseUid {
|
||||
continue
|
||||
}
|
||||
playerList = append(playerList, player)
|
||||
|
||||
Reference in New Issue
Block a user