summaryrefslogtreecommitdiff
path: root/drive_null.lua
diff options
context:
space:
mode:
Diffstat (limited to 'drive_null.lua')
-rw-r--r--drive_null.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/drive_null.lua b/drive_null.lua
index 417d857..db4e394 100644
--- a/drive_null.lua
+++ b/drive_null.lua
@@ -230,3 +230,7 @@ function celevator.drives.null.resetfault(pos)
--This drive has no possible faults at this time (drive communication faults are generated by the controller), but the controller expects to be able to call this
minetest.get_meta(pos):set_string("fault","")
end
+
+function celevator.drives.null.updatecopformspec()
+ --No car means no COP
+end