disabled crash damage when riding (for now)

This commit is contained in:
TenPlus1 2017-06-10 11:13:46 +01:00
parent 18b90da257
commit 61f7a06261
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- lib_mount by Blert2112 (edited by TenPlus1)
local enable_crash = true
local enable_crash = false
local crash_threshold = 6.5 -- ignored if enable_crash=false
------------------------------------------------------------------------------