Fix: Preventing possible bugs with git version of player_monoids.

master
aa6 2020-07-15 08:25:14 +03:00
parent 2142b87da8
commit d8ee43a6e2
3 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
0.10.17 0.10.18

View File

@ -36,16 +36,14 @@ elseif minetest.get_modpath("player_monoids") ~= nil then
player.monoids.jump, player.monoids.jump,
player_monoids.jump:add_change( player_monoids.jump:add_change(
player.obj, player.obj,
minetest_wadsprint.SPRINT_JUMP_HEIGHT_BOOST_COEFFICIENT, minetest_wadsprint.SPRINT_JUMP_HEIGHT_BOOST_COEFFICIENT
"minetest_wadsprint:jump"
) )
) )
table.insert( table.insert(
player.monoids.speed, player.monoids.speed,
player_monoids.speed:add_change( player_monoids.speed:add_change(
player.obj, player.obj,
minetest_wadsprint.SPRINT_RUN_SPEED_BOOST_COEFFICIENT, minetest_wadsprint.SPRINT_RUN_SPEED_BOOST_COEFFICIENT
"minetest_wadsprint:speed"
) )
) )
elseif player.is_sprinting_physics_on ~= nil then elseif player.is_sprinting_physics_on ~= nil then

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB