]> git.lizzy.rs Git - crafter_client.git/commitdiff
Fix typo in player_input
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 30 May 2020 08:16:49 +0000 (04:16 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 30 May 2020 08:16:49 +0000 (04:16 -0400)
player_input.lua
version_send.lua

index 7073cb9740cabaaded391e35eab1b143a42228df..3a7f1c12c8bc0ecb8eab6cfa9d5c27a8ef6947b7 100644 (file)
@@ -91,7 +91,7 @@ minetest.register_globalstep(function(dtime)
                run_discharge_timer = 0
                sneak = true
                bunny_hop = false
-               run = false
+               running = false
        end
        
 
index 5fd4e643696114213f284c77e838fa63f82172f4..8c86950bd79389e8ac4c58fe26c8a279d5d96626 100644 (file)
@@ -1,3 +1,3 @@
 minetest.after(0,function()
-    version_channel:send_all("0.5000")
+    version_channel:send_all("0.5001")
 end)
\ No newline at end of file