Fix doc comment on CanKickClient.
This commit is contained in:
committed by
Matthias Mailänder
parent
2959a2c137
commit
dc40442118
@@ -1163,7 +1163,7 @@ namespace OpenRA.Server
|
||||
return LobbyInfo.ClientWithIndex(conn.PlayerIndex);
|
||||
}
|
||||
|
||||
/// <Remarks> Does not check if client is admin </Remarks>
|
||||
/// <summary>Does not check if client is admin.</summary>
|
||||
public bool CanKickClient(Session.Client kickee)
|
||||
{
|
||||
if (State != ServerState.GameStarted || kickee.IsObserver)
|
||||
|
||||
Reference in New Issue
Block a user