Showing players right away when match starts

This commit is contained in:
Giov4 2024-12-11 22:26:46 +01:00
parent 250eb37167
commit 00b11c705a

View File

@ -19,6 +19,7 @@ arena_lib.on_start("fantasy_brawl", function(arena)
arena.match_started = true
arena_lib.HUD_send_msg_all("broadcast", arena, S("The player with the most kills wins"), 5)
fbrawl.update_arena_scores(arena)
end)