From 4f01570991d34ed5b9e57ee5ded0c5c2a9d305d8 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 4 May 2026 21:50:24 +0900 Subject: [PATCH] . --- exp_scenario/module/control/extra_logging.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_scenario/module/control/extra_logging.lua b/exp_scenario/module/control/extra_logging.lua index 5a99a472..4a9da9db 100644 --- a/exp_scenario/module/control/extra_logging.lua +++ b/exp_scenario/module/control/extra_logging.lua @@ -70,7 +70,7 @@ end --- @param event EventData.on_player_left_game local function on_player_left_game(event) local player = assert(game.get_player(event.player_index)) - add_log_line("[LEAVE]", player.name, "left the game:", config.disconnect_reason[event.reason]) + add_log_line("[LEAVE]", player.name, config.disconnect_reason[event.reason]) end local e = defines.events