mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
SERVER: Remove Mule Kick debug print
This commit is contained in:
parent
b8763ca465
commit
835fdcb1e2
1 changed files with 0 additions and 8 deletions
|
@ -337,14 +337,6 @@ void() PlayerPreThink =
|
|||
|
||||
self.ltime = time + 0.1;
|
||||
}
|
||||
|
||||
for (float i = 0; i < MAX_PLAYER_WEAPONS; i++) {
|
||||
if (self.weapons[i].is_mulekick_weapon == true) {
|
||||
string third_wep = GetWeaponName(self.weapons[i].weapon_id);
|
||||
centerprint(self, strcat(third_wep, "\n"));
|
||||
}
|
||||
}
|
||||
//centerprint(self, strcat(GetWeaponName(self.weapons[0].weapon_id), "\n"));
|
||||
};
|
||||
|
||||
float player_trace_time;
|
||||
|
|
Loading…
Reference in a new issue