From 40d1cbfa11990123b0839a41c3025cdf5d818f21 Mon Sep 17 00:00:00 2001 From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Sat, 30 May 2020 04:16:49 -0400 Subject: [PATCH] Fix typo in player_input --- player_input.lua | 2 +- version_send.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/player_input.lua b/player_input.lua index 7073cb9..3a7f1c1 100644 --- a/player_input.lua +++ b/player_input.lua @@ -91,7 +91,7 @@ minetest.register_globalstep(function(dtime) run_discharge_timer = 0 sneak = true bunny_hop = false - run = false + running = false end diff --git a/version_send.lua b/version_send.lua index 5fd4e64..8c86950 100644 --- a/version_send.lua +++ b/version_send.lua @@ -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 -- 2.44.0