Merge pull request #2 from HimbeerserverDE/patch-1

Remove annoying (debug?) prints
master
Minetest-j45 2021-02-24 20:33:09 +00:00 committed by GitHub
commit 7a5b84dbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ minetest.register_globalstep(function()
if minetest.localplayer then
local player = minetest.localplayer
local controls = player:get_control()
print(dump(keys))
print(version)
for _, key in ipairs(keys) do
if controls[key] and not before[key] then -- performance optimisations included
minetest.localplayer:hud_change(huds[key], "text", image_press[key])