This commit is contained in:
Frank
2021-01-02 21:45:19 +01:00
parent 7b7605e501
commit 417af6a93c
4 changed files with 89 additions and 15 deletions

View File

@@ -207,6 +207,14 @@ function CLIENT:RemovePlayer(PlayerName)
return self
end
--- Remove all players.
-- @param #CLIENT self
-- @return #CLIENT self
function CLIENT:RemovePlayers()
self.Players={}
return self
end
--- Show the briefing of a CLIENT.
-- @param #CLIENT self