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

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