diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-15 12:38:00 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-15 12:38:00 -0500 |
commit | 00fb4e2e14b39853fe593cd843daf3f4c57675ee (patch) | |
tree | cf2a3b70cb8ad6fe6d587338e1ef571303c4905c /drive_null.lua | |
parent | 873001197a25eaaeefcaea91ebddd424301be809 (diff) | |
download | celevator-00fb4e2e14b39853fe593cd843daf3f4c57675ee.tar celevator-00fb4e2e14b39853fe593cd843daf3f4c57675ee.tar.gz celevator-00fb4e2e14b39853fe593cd843daf3f4c57675ee.tar.bz2 celevator-00fb4e2e14b39853fe593cd843daf3f4c57675ee.tar.xz celevator-00fb4e2e14b39853fe593cd843daf3f4c57675ee.zip |
Shorten long lines
Diffstat (limited to 'drive_null.lua')
-rw-r--r-- | drive_null.lua | 4 |
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 |