iw5: remove gsc-tool hacks (#3)
All checks were successful
Build / build-linux (push) Successful in 5s

This commit was merged in pull request #3.
This commit is contained in:
2024-04-08 12:19:50 +00:00
parent 88d6e6add8
commit f841efc3da
2 changed files with 2 additions and 13 deletions

View File

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