mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Restore cart speed to 3*walk_speed
This commit is contained in:
parent
f2e3bb0cd6
commit
a7e665138e
@ -13,7 +13,7 @@ local cart = {
|
|||||||
old_pos = nil,
|
old_pos = nil,
|
||||||
old_velocity = nil,
|
old_velocity = nil,
|
||||||
pre_stop_dir = nil,
|
pre_stop_dir = nil,
|
||||||
MAX_V = minetest.setting_get("movement_speed_walk")*2.5, -- Limit of the velocity (speed). default: 3 times the walk speed
|
MAX_V = minetest.setting_get("movement_speed_walk")*3, -- Limit of the velocity (speed). default: 3 times the walk speed
|
||||||
TARGET_TOUR_V = 6, -- Target touring velocity, currently unused.
|
TARGET_TOUR_V = 6, -- Target touring velocity, currently unused.
|
||||||
railcount = 0,
|
railcount = 0,
|
||||||
ignorekeypos = nil,
|
ignorekeypos = nil,
|
||||||
|
Loading…
Reference in New Issue
Block a user