fix error bei auto auf/abschließen

This commit is contained in:
hydrant
2021-05-15 10:22:15 +02:00
parent 7ad941cd91
commit 2c09e6961f
2 changed files with 5 additions and 15 deletions

View File

@@ -963,7 +963,7 @@ namespace ReallifeGamemode.Server.Events
}
[RemoteEvent("keyPress:Z")]
public void KeyPressX(Player player)
public void KeyPressZ(Player player)
{
if (!player.IsLoggedIn() || player.GetData<bool>("isDead")) return;