]> git.lizzy.rs Git - Crafter.git/commitdiff
Fix typos
authoroilboi <47129783+oilboi@users.noreply.github.com>
Mon, 29 Jun 2020 07:43:50 +0000 (03:43 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Mon, 29 Jun 2020 07:43:50 +0000 (03:43 -0400)
mods/redstone/capacitors.lua

index 2529cf3b76726a6b1b3b29edeffc994b3acffdff..117e3d97ec5078395b95cf5450b2c6e5c26af4fc 100644 (file)
@@ -49,8 +49,8 @@ minetest.register_lbm({
             capacitor = 0,
           })
           minetest.after(0,function()
-              redstone.update(pos)
-              --redstone.update(pos,true)
+              --redstone.update(pos)
+              redstone.update(pos,true)
           end)
     end,
 })
@@ -126,8 +126,8 @@ minetest.register_lbm({
             capacitor = 1,
         })
         minetest.after(0,function()
-            redstone.update(pos)
-            --redstone.update(pos,true)
+            --redstone.update(pos)
+            redstone.update(pos,true)
         end)
     end,
 })
\ No newline at end of file