This commit is contained in:
2021-04-07 01:51:15 +02:00
parent e4d6ebb1f2
commit 4ef97cff7c
5 changed files with 16 additions and 9 deletions

View File

@@ -106,7 +106,7 @@ namespace ReallifeGamemode.Server.Commands
[Command("hup")]
public void CmdAnim(Player player)
{
if (player.HasAnimation("hup")) { player.ClearAnimation(); }
if (player.HasAnimation("hup")) { player.ClearAnimation(); return; }
if (player.HasAnimation())
return;