From 1a00e9ecb4b547cf427f1071227aee0cc7157e3f Mon Sep 17 00:00:00 2001
From: acdemiralp <demiralpali@gmail.com>
Date: Fri, 21 Dec 2018 16:18:14 +0100
Subject: [PATCH] Fixed the plugin not bundling with non-editor builds.

---
 nDisplayInput.uplugin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nDisplayInput.uplugin b/nDisplayInput.uplugin
index cb78bd2..15eca07 100644
--- a/nDisplayInput.uplugin
+++ b/nDisplayInput.uplugin
@@ -17,7 +17,7 @@
   "Modules": [
     {
       "Name": "DisplayClusterInput",
-      "Type": "Developer",
+      "Type": "Runtime",
       "LoadingPhase": "Default"
     }
   ],
-- 
GitLab