From 9104b915af5124c22a25c8e82d2689532f276b30 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 22 Dec 2018 15:07:51 -0500 Subject: [PATCH] Entities --- neural/Entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural/Entities.lua b/neural/Entities.lua index 067e69b..635690b 100644 --- a/neural/Entities.lua +++ b/neural/Entities.lua @@ -13,7 +13,7 @@ if not sensor or not sensor.sense then error('Plethora sensor must be equipped') end -local id = sensor.getID() +local id = sensor.getID and sensor.getID() or '' UI:configure('Entities', ...)