mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 21:40:39 +00:00
changed to IntoTheVortex and above
This commit is contained in:
parent
2c70816ada
commit
1780334051
@ -75,7 +75,7 @@ namespace QSB.Player.Messages
|
||||
return;
|
||||
}
|
||||
|
||||
if (QSBPlayerManager.PlayerList.Any(x => x.EyeState > EyeState.Observatory))
|
||||
if (QSBPlayerManager.PlayerList.Any(x => x.EyeState > EyeState.WarpedToSurface))
|
||||
{
|
||||
DebugLog.ToConsole($"Error - Client {PlayerName} connecting too late into eye scene.", MessageType.Error);
|
||||
new PlayerKickMessage(From, KickReason.InEye).Send();
|
||||
|
Loading…
x
Reference in New Issue
Block a user