iw5: remove gsc-tool hacks (#3)
All checks were successful
Build / build-linux (push) Successful in 5s
All checks were successful
Build / build-linux (push) Successful in 5s
This commit was merged in pull request #3.
This commit is contained in:
@@ -14,19 +14,10 @@ GENERIC_INIT;
|
||||
|
||||
_ON_PLAYER_CNCT_BEGIN
|
||||
|
||||
#if defined(TOOL)
|
||||
waittillframeend;
|
||||
#endif
|
||||
|
||||
BOT_CHK( player );
|
||||
|
||||
#if defined(TOOL)
|
||||
player notifyOnPlayerCommand( "save_pos", "+reload" );
|
||||
player notifyOnPlayerCommand( "load_saved_pos", "+activate" );
|
||||
#else
|
||||
PLAYER_NOTIFY_CMD( player, "save_pos", "+reload" );
|
||||
PLAYER_NOTIFY_CMD( player, "load_saved_pos", "+activate" );
|
||||
#endif
|
||||
|
||||
player thread jumper();
|
||||
player thread displaySpeed();
|
||||
|
||||
Reference in New Issue
Block a user