解决冲突

This commit is contained in:
by 2024-12-16 10:16:55 +08:00 committed by sk
parent 63f3d02349
commit 59f772c519
1 changed files with 1 additions and 1 deletions

View File

@ -2258,7 +2258,7 @@ func init() {
state = msg.GetState()
player := PlayerMgrSington.GetPlayerBySnId(info.SnId)
if player == nil {
if info.State == 1 {
if msg.State == 1 {
state = 3
}
}