Added comments to some functions, renamed GetClientByName to GetClientByNameOrId
This commit is contained in:
@@ -179,6 +179,10 @@ namespace reallife_gamemode.Server.Managers
|
||||
player.Dimension = 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wendet den Character eines Spielers auf diesen an
|
||||
/// </summary>
|
||||
/// <param name="player">Der Client, dessen Aussehen man setzen will</param>
|
||||
public static void ApplyCharacter(Client player)
|
||||
{
|
||||
var userId = player.GetUser().Id;
|
||||
|
||||
Reference in New Issue
Block a user