forked from luanti-org/minetest_game
		
	Carts: Fix player position (#1872)
This commit is contained in:
		| @@ -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") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user