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

@@ -969,7 +969,7 @@ namespace ReallifeGamemode.Server.Events
[RemoteEvent("keyPress:ControllH")]
public void KeyPressControllH(Player player)
{
if (player.HasAnimation("hup")) { player.ClearAnimation(); }
if (player.HasAnimation("hup")) { player.ClearAnimation(); return; }
if (player.HasAnimation())
return;