Re-enable sneaking

This commit is contained in:
Wuzzy 2019-09-06 10:30:03 +02:00
parent 6db816ca34
commit 5762d89011
1 changed files with 0 additions and 6 deletions

View File

@ -100,12 +100,6 @@ local function on_joinplayer(player)
player_health[name] = player:get_hp()
player_lastpos[name] = player:get_pos()
-- Uncomment to enable player-on-player collisions
-- player:set_properties({physical = true})
-- Uncomment to disable sneaking
player:set_physics_override({sneak = false})
end
local function on_leaveplayer(player)