SERVER: Remove Mule Kick debug print

This commit is contained in:
cypress 2023-10-16 11:01:31 -04:00
parent b8763ca465
commit 835fdcb1e2

View file

@ -337,14 +337,6 @@ void() PlayerPreThink =
self.ltime = time + 0.1; 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; float player_trace_time;