Update FragmentResyncEvent.cs

lol
This commit is contained in:
Will Corby 2021-11-16 01:08:24 -08:00 committed by GitHub
parent 26ed8dd772
commit 6f0346f08d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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