From b23c0455e69d485b9e38a95910756b5af8e5e7b8 Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Tue, 2 May 2023 11:26:14 +0200 Subject: [PATCH] Added missing run key from --- P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb b/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb index 2aa798b9b..b9d8561ce 100644 --- a/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb +++ b/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb @@ -70,6 +70,8 @@ key = KeyBindings.LightKey Case "hidegui" key = KeyBindings.GUIControlKey + Case "run" + key = KeyBindings.RunKey End Select If key <> Nothing Then buttonName = KeyBindings.GetKeyName(key)