mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
Update FragmentResyncEvent.cs
lol
This commit is contained in:
parent
26ed8dd772
commit
6f0346f08d
@ -77,8 +77,8 @@ namespace QSB.MeteorSync.Events
|
||||
else if (!msg.IsThruWhiteHole && qsbFragment.IsThruWhiteHole)
|
||||
{
|
||||
// should only happen if client is way too far ahead and they try to connect. we fail here.
|
||||
DebugLog.ToConsole($"{qsbFragment.LogName} is thru white hole, but msg is not. goodbye", MessageType.Quit);
|
||||
Application.Quit();
|
||||
DebugLog.ToConsole($"{qsbFragment.LogName} is thru white hole, but msg is not. fuck", MessageType.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
var refBody = qsbFragment.RefBody;
|
||||
|
Loading…
x
Reference in New Issue
Block a user