Removed debug print call

master
aa6 2016-04-30 13:49:30 +03:00
parent acc8c3bac8
commit 6756a6beb1
3 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
0.2.9
0.2.10

View File

@ -26,7 +26,6 @@ end
function minetest_wadsprint.set_sprinting(player,is_sprinting)
if player.is_sprinting ~= is_sprinting then
print(minetest_wadsprint.version)
if player.is_sprinting ~= nil then
local physics = player.obj:get_physics_override()
if is_sprinting then

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB