diff --git a/OpenRA.Game/Server/Server.cs b/OpenRA.Game/Server/Server.cs index 6fe2655b29..2694b2ee67 100644 --- a/OpenRA.Game/Server/Server.cs +++ b/OpenRA.Game/Server/Server.cs @@ -1163,7 +1163,7 @@ namespace OpenRA.Server return LobbyInfo.ClientWithIndex(conn.PlayerIndex); } - /// Does not check if client is admin + /// Does not check if client is admin. public bool CanKickClient(Session.Client kickee) { if (State != ServerState.GameStarted || kickee.IsObserver)