Update _customcallbacks.gsc

This commit is contained in:
INeedGames 2023-10-11 19:37:49 -06:00 committed by RaidMax
parent f3adb75d55
commit e6d159fc03

View File

@ -137,6 +137,8 @@ waitForFrameThread()
waitForAdditionalAngles( logString, beforeFrameCount, afterFrameCount )
{
self endon( "disconnect" );
currentIndex = self.currentAnglePosition;
wait( 0.05 * afterFrameCount );
@ -246,4 +248,4 @@ Callback_PlayerDisconnect()
{
level notify( "disconnected", self );
self maps\mp\gametypes\_playerlogic::Callback_PlayerDisconnect();
}
}