forked from VoxeLibre/VoxeLibre
save home coords in cat entity as well
This commit is contained in:
parent
2337e72a23
commit
6b9cb0062d
|
@ -290,6 +290,7 @@ local function spawn_witch(p1,p2)
|
|||
witch.can_despawn = false
|
||||
cat.object:set_properties({textures = {"mobs_mc_cat_black.png"}})
|
||||
cat.owner = "!witch!" --so it's not claimable by player
|
||||
cat._home = c
|
||||
cat.can_despawn = false
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue