From e320ae80eef4c0db48985e308e731ad091906b50 Mon Sep 17 00:00:00 2001 From: moonheart08 Date: Mon, 28 Feb 2022 10:46:47 -0600 Subject: [PATCH] oops. --- Content.Server/GameTicking/Commands/JoinGameCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/GameTicking/Commands/JoinGameCommand.cs b/Content.Server/GameTicking/Commands/JoinGameCommand.cs index 6c37d1af7f..6f743e5a42 100644 --- a/Content.Server/GameTicking/Commands/JoinGameCommand.cs +++ b/Content.Server/GameTicking/Commands/JoinGameCommand.cs @@ -42,6 +42,7 @@ namespace Content.Server.GameTicking.Commands if (!ticker.PlayersInLobby.ContainsKey(player) || ticker.PlayersInLobby[player] == LobbyPlayerStatus.Observer) { + Logger.InfoS("security", $"{player.Name} ({player.UserId}) attempted to latejoin while in-game."); shell.WriteError($"{player.Name} is not in the lobby. This incident will be reported."); return; }