mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Set AllPlayersready false in the Room scene (#1440)
This commit is contained in:
parent
ffd2fcf648
commit
cb4be4df78
@ -326,6 +326,8 @@ public override void ServerChangeScene(string sceneName)
|
||||
NetworkServer.ReplacePlayerForConnection(identity.connectionToClient, roomPlayer.gameObject);
|
||||
}
|
||||
}
|
||||
|
||||
allPlayersReady = false;
|
||||
}
|
||||
|
||||
base.ServerChangeScene(sceneName);
|
||||
|
Loading…
Reference in New Issue
Block a user