Private
Public Access
1
0

Added event on player death with timestamp

Added english locale for combinator
This commit is contained in:
Jan Grießhaber
2026-01-06 11:26:47 +01:00
parent d58c24b8d4
commit 765cd0bdd9
4 changed files with 12 additions and 2 deletions

View File

@@ -221,6 +221,8 @@ script.on_event(defines.events.on_player_died, function(event)
end
--Log player death count
storage.playerDeathCount[event.player_index] = (storage.playerDeathCount[event.player_index] or 0) + 1
onPlayerDeath(event)
end)