remove debug print

This commit is contained in:
bgkillas 2025-03-11 19:23:29 -04:00
parent 616c3619af
commit 3be38a8f0c
2 changed files with 1 additions and 3 deletions

View file

@ -690,4 +690,4 @@ end
function OnPlayerDied(player_entity)
ctx.hook.on_player_died(player_entity)
print("player died")
end
end