Less meaningless logs, more checks

This commit is contained in:
IQuant 2024-06-18 14:25:19 +03:00
parent a9a97b75fa
commit 4d3dcd319e
5 changed files with 11 additions and 5 deletions

View file

@ -73,7 +73,7 @@ function OnProjectileFired(shooter_id, projectile_id, initial_rng, position_x, p
rng = table.remove(shooter_player_data.projectile_rng_init, 1)
else
-- Shouldn't happen
GamePrint("No values in projectile_rng_init")
-- GamePrint("No values in projectile_rng_init")
rng = 0
end
else