Merge remote-tracking branch 'upstream/master' into forkhausen
This commit is contained in:
commit
6a56a2924f
10 changed files with 337 additions and 3 deletions
|
@ -309,7 +309,7 @@ local function register_entity(entity_id, mesh, textures, drop, on_rightclick, o
|
|||
if not rou_pos then
|
||||
rou_pos = vector.round(pos)
|
||||
end
|
||||
rou_old = vector.round(self._old_pos)
|
||||
local rou_old = vector.round(self._old_pos)
|
||||
if not node then
|
||||
node = minetest.get_node(rou_pos)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue