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