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, 3 insertions, 1 deletions
diff --git a/drive_null.lua b/drive_null.lua
index beb7d4d..1a22e22 100644
--- a/drive_null.lua
+++ b/drive_null.lua
@@ -229,7 +229,9 @@ function celevator.drives.null.getstatus(pos,call2)
end
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
+ --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