SERVER: remove testing bprint

This commit is contained in:
Steam Deck User 2023-02-27 10:41:07 -05:00
parent 4662bf7409
commit b097c6535c

View file

@ -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"));
}
};