This commit is contained in:
kepler155c@gmail.com
2018-12-22 15:07:51 -05:00
parent 3123478d0b
commit 9104b915af

View File

@@ -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', ...)