mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
you can still join if players are in the observatory
This commit is contained in:
parent
1b7cd46049
commit
dbbb9b9879
@ -92,7 +92,7 @@ public class PlayerJoinMessage : QSBMessage
|
||||
return;
|
||||
}
|
||||
|
||||
if (QSBPlayerManager.PlayerList.Any(x => x.EyeState >= EyeState.Observatory))
|
||||
if (QSBPlayerManager.PlayerList.Any(x => x.EyeState > EyeState.Observatory))
|
||||
{
|
||||
DebugLog.ToConsole($"Error - Client {PlayerName} connecting too late into eye scene.", MessageType.Error);
|
||||
new PlayerKickMessage(From, QSBLocalization.Current.GameProgressLimit).Send();
|
||||
|
Loading…
x
Reference in New Issue
Block a user