diff options
Diffstat (limited to 'advtrains/trainlogic.lua')
-rw-r--r-- | advtrains/trainlogic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains/trainlogic.lua b/advtrains/trainlogic.lua index fb87fca..bf17133 100644 --- a/advtrains/trainlogic.lua +++ b/advtrains/trainlogic.lua @@ -108,7 +108,7 @@ function advtrains.tp_player_to_train(player) --set the player to the train position. --minetest will emerge the area and load the objects, which then will call reattach_all(). --because player is in mapping, it will not be subject to dying. - player:setpos(train.last_pos_prev) + player:setpos(train.last_pos) end end minetest.register_on_joinplayer(function() |