解决冲突
This commit is contained in:
parent
63f3d02349
commit
59f772c519
|
@ -2258,7 +2258,7 @@ func init() {
|
||||||
state = msg.GetState()
|
state = msg.GetState()
|
||||||
player := PlayerMgrSington.GetPlayerBySnId(info.SnId)
|
player := PlayerMgrSington.GetPlayerBySnId(info.SnId)
|
||||||
if player == nil {
|
if player == nil {
|
||||||
if info.State == 1 {
|
if msg.State == 1 {
|
||||||
state = 3
|
state = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue