1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 13:20:25 +02:00

Carts: Fix player position (#1872)

This commit is contained in:
Rui
2017-08-13 20:47:13 +09:00
committed by SmallJoker
parent fe710c99a6
commit b431ae1c77
3 changed files with 4 additions and 9 deletions

View File

@ -11,10 +11,4 @@ carts.punch_speed_max = 5
dofile(carts.modpath.."/functions.lua")
dofile(carts.modpath.."/rails.lua")
-- Support for non-default games
if not default.player_attached then
default.player_attached = {}
end
dofile(carts.modpath.."/cart_entity.lua")