Update _customcallbacks.gsc
This commit is contained in:
parent
f3adb75d55
commit
e6d159fc03
@ -137,6 +137,8 @@ waitForFrameThread()
|
|||||||
|
|
||||||
waitForAdditionalAngles( logString, beforeFrameCount, afterFrameCount )
|
waitForAdditionalAngles( logString, beforeFrameCount, afterFrameCount )
|
||||||
{
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
|
||||||
currentIndex = self.currentAnglePosition;
|
currentIndex = self.currentAnglePosition;
|
||||||
wait( 0.05 * afterFrameCount );
|
wait( 0.05 * afterFrameCount );
|
||||||
|
|
||||||
@ -246,4 +248,4 @@ Callback_PlayerDisconnect()
|
|||||||
{
|
{
|
||||||
level notify( "disconnected", self );
|
level notify( "disconnected", self );
|
||||||
self maps\mp\gametypes\_playerlogic::Callback_PlayerDisconnect();
|
self maps\mp\gametypes\_playerlogic::Callback_PlayerDisconnect();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user