fix onlineliste

This commit is contained in:
michael.reiswich
2021-03-25 12:01:47 +01:00
parent 4464630368
commit 87dbc00ccc
3 changed files with 2 additions and 21 deletions

View File

@@ -85,11 +85,6 @@ namespace ReallifeGamemode.Server.Commands
[Command("hub")]
public void CmdAnim(Player player)
{
if (!player.GetUser()?.IsAdmin(AdminLevel.SUPPORTER) ?? true)
{
ChatService.NotAuthorized(player);
return;
}
player.PlayAnimation("mp_am_hold_up", "handsup_base", (int)(AnimationFlags.Loop | AnimationFlags.OnlyAnimateUpperBody | AnimationFlags.AllowPlayerControl | AnimationFlags.Cancellable));
}
}