From e4605b1634f0e3cdb6fce561160a11650fb99f91 Mon Sep 17 00:00:00 2001 From: MattNL Date: Fri, 3 Mar 2023 04:45:56 -0500 Subject: [PATCH] Fixed NodeIcon for RiderOverride from showing in the Entity menu --- PCK-Studio/Resources/entityBehaviourData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Resources/entityBehaviourData.json b/PCK-Studio/Resources/entityBehaviourData.json index eca669b9..67b2aeff 100644 --- a/PCK-Studio/Resources/entityBehaviourData.json +++ b/PCK-Studio/Resources/entityBehaviourData.json @@ -104,6 +104,6 @@ { "": "" }, { "": "" }, { "": "" }, - { "RiderOverrideIcon": "RiderOverrideIcon" } + { "": "" } ] }