From b4c8cae1b64fc326b5f0e83a092c6fbabb98cdba Mon Sep 17 00:00:00 2001 From: balbo Date: Wed, 5 Aug 2020 20:43:38 +0200 Subject: [PATCH] left arrow menu entfernt --- ReallifeGamemode.Server/Events/Key.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Server/Events/Key.cs b/ReallifeGamemode.Server/Events/Key.cs index 2c460b31..4c7d81c7 100644 --- a/ReallifeGamemode.Server/Events/Key.cs +++ b/ReallifeGamemode.Server/Events/Key.cs @@ -59,6 +59,7 @@ namespace ReallifeGamemode.Server.Events GroundItem.PickUpGroundItem(player); } + /* [RemoteEvent("keyPress:LEFT_ARROW")] public void KeyPressLeftArrow(Player player) { @@ -82,6 +83,7 @@ namespace ReallifeGamemode.Server.Events player.TriggerEvent("showPlayerInteraction", JsonConvert.SerializeObject(nearbyPlayerList)); } } + */ [RemoteEvent("keyPress:RIGHT_ARROW")] public void KeyPressRightArrow(Player player)