mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 05:11:27 +02:00
Fix undeclared global in mcl_minecarts
This commit is contained in:
@ -309,7 +309,7 @@ local function register_entity(entity_id, mesh, textures, drop, on_rightclick, o
|
|||||||
if not rou_pos then
|
if not rou_pos then
|
||||||
rou_pos = vector.round(pos)
|
rou_pos = vector.round(pos)
|
||||||
end
|
end
|
||||||
rou_old = vector.round(self._old_pos)
|
local rou_old = vector.round(self._old_pos)
|
||||||
if not node then
|
if not node then
|
||||||
node = minetest.get_node(rou_pos)
|
node = minetest.get_node(rou_pos)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user