mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-20 18:52:36 +00:00
SERVER: remove testing bprint
This commit is contained in:
parent
4662bf7409
commit
b097c6535c
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ void() PU_PopulateArray =
|
|||
PU_CopyStruct(t, powerup_array[amount])
|
||||
PU_CopyStruct(powerup_array[amount], powerup_array[i])
|
||||
PU_CopyStruct(powerup_array[i], t)
|
||||
bprint(PRINT_HIGH, strcat(ftos(i),"\n"));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue