mirror of
https://github.com/mt-mods/controls.git
synced 2024-11-08 08:03:47 +01:00
remove commented out lazy debug message
This commit is contained in:
parent
521d68c767
commit
d3554d2702
1
init.lua
1
init.lua
@ -58,7 +58,6 @@ minetest.register_globalstep(function(dtime)
|
||||
--consider using minetest.get_us_time() instead of os.clock()? would need to convert to seconds however
|
||||
for key, key_status in pairs(pcontrols) do
|
||||
if key_status and controls.players[pname][key][1]==false then
|
||||
--minetest.chat_send_all("hiii")
|
||||
for _, callback in pairs(controls.registered_on_press) do
|
||||
callback(player, key)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user