testServer

This commit is contained in:
2021-04-07 01:12:22 +02:00
parent 52bb80a70a
commit e391f86609
3 changed files with 3 additions and 1 deletions

View File

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