Dirty temp fix for tracers in CS1.6

This commit is contained in:
Wizzard
2023-09-19 14:46:59 -04:00
parent c7ee48dfa6
commit b29f71e597
5 changed files with 22 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ void load(void) {
}
/* Get game version after injecting */
this_game_id = get_cur_game();
//this_game_id = get_cur_game();
i_engine->pfnClientCmd("echo \"goldsource-cheat loaded successfully!\"");
i_engine->pfnClientCmd("echo \"Deadzone rulez!\"");
@@ -64,10 +64,7 @@ void load(void) {
break;
}
return;
loaded = true;
}