Skip to content

Commit

Permalink
don't spam the console lol
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoru committed Feb 24, 2025
1 parent babda90 commit b29d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamemodes/invasion.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ void vrx_inv_notify_monster_death(edict_t * edict) {
if (edict->count) // spawned properly, has a wave assigned
{
invasion_data.wave_remaining--;
gi.dprintf("%d rem mons\n", invasion_data.wave_remaining);
// gi.dprintf("%d rem mons\n", invasion_data.wave_remaining);
}
}

Expand Down

0 comments on commit b29d624

Please sign in to comment.