changed to IntoTheVortex and above

This commit is contained in:
Mister_Nebula 2021-12-30 16:06:10 +00:00
parent 2c70816ada
commit 1780334051

View File

@ -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();