diff --git a/gs/game/user_multiplayer.go b/gs/game/user_multiplayer.go index cda73f5a..2f7b1a7a 100644 --- a/gs/game/user_multiplayer.go +++ b/gs/game/user_multiplayer.go @@ -194,7 +194,7 @@ func (g *GameManager) UserDealEnterWorld(hostPlayer *model.Player, otherUid uint if hostWorld.multiplayer == false { g.UserWorldRemovePlayer(hostWorld, hostPlayer) - hostPlayer.TeamConfig.CurrTeamIndex = 3 + hostPlayer.TeamConfig.CurrTeamIndex = 0 hostPlayer.TeamConfig.CurrAvatarIndex = 0 // PacketPlayerEnterSceneNotify @@ -234,7 +234,7 @@ func (g *GameManager) UserDealEnterWorld(hostPlayer *model.Player, otherUid uint Z: hostPlayer.Rot.Z, } otherPlayer.SceneId = hostPlayer.SceneId - otherPlayer.TeamConfig.CurrTeamIndex = 3 + otherPlayer.TeamConfig.CurrTeamIndex = 0 otherPlayer.TeamConfig.CurrAvatarIndex = 0 // PacketPlayerEnterSceneNotify