fix
This commit is contained in:
@@ -106,7 +106,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
[Command("hup")]
|
||||
public void CmdAnim(Player player)
|
||||
{
|
||||
if (player.HasAnimation("hup")) { player.StopAnimation(); }
|
||||
if (player.HasAnimation("hup")) { player.ClearAnimation(); }
|
||||
if (player.HasAnimation())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user