diff --git a/mods/PLAYER/playerplus/init.lua b/mods/PLAYER/playerplus/init.lua index 0f6b9002d..e3da18a43 100644 --- a/mods/PLAYER/playerplus/init.lua +++ b/mods/PLAYER/playerplus/init.lua @@ -78,7 +78,7 @@ minetest.register_globalstep(function(dtime) -- TODO: Fix walk speed -- TODO: Also check other blocks -- TODO: Also slow down mobs - def.speed = def.speed - 0.4 + def.speed = def.speed - 0.6 end -- set player physics