diff --git a/GameFiles/AntiCheat/PT6/storage/t6/scripts/mp/_customcallbacks.gsc b/GameFiles/AntiCheat/PT6/storage/t6/scripts/mp/_customcallbacks.gsc index 133a6a59f..5e62645db 100644 --- a/GameFiles/AntiCheat/PT6/storage/t6/scripts/mp/_customcallbacks.gsc +++ b/GameFiles/AntiCheat/PT6/storage/t6/scripts/mp/_customcallbacks.gsc @@ -143,6 +143,8 @@ waitForFrameThread() waitForAdditionalAngles( logString, beforeFrameCount, afterFrameCount ) { + self endon( "disconnect" ); + currentIndex = self.currentAnglePosition; wait( 0.05 * afterFrameCount ); @@ -260,4 +262,4 @@ Callback_PlayerDisconnect() { level notify( "disconnected", self ); self [[maps\mp\gametypes\_globallogic_player::callback_playerdisconnect]](); -} \ No newline at end of file +}