Rechtschreibfehler weg

This commit is contained in:
michael.reiswich
2021-03-25 14:32:02 +01:00
parent 87dbc00ccc
commit 11a015374c

View File

@@ -82,7 +82,7 @@ namespace ReallifeGamemode.Server.Commands
player.TriggerEvent("showUserhelp"); player.TriggerEvent("showUserhelp");
} }
[Command("hub")] [Command("hup")]
public void CmdAnim(Player player) public void CmdAnim(Player player)
{ {
player.PlayAnimation("mp_am_hold_up", "handsup_base", (int)(AnimationFlags.Loop | AnimationFlags.OnlyAnimateUpperBody | AnimationFlags.AllowPlayerControl | AnimationFlags.Cancellable)); player.PlayAnimation("mp_am_hold_up", "handsup_base", (int)(AnimationFlags.Loop | AnimationFlags.OnlyAnimateUpperBody | AnimationFlags.AllowPlayerControl | AnimationFlags.Cancellable));