diff --git a/infiniteworld.py b/infiniteworld.py index 9f4f836..03fdc70 100644 --- a/infiniteworld.py +++ b/infiniteworld.py @@ -2815,7 +2815,8 @@ class MCAlphaDimension (MCInfdevOldLevel): self.filename = parentWorld.filename self.playersDir = parentWorld.playersDir; self.players = parentWorld.players - + self.playerTagCache = parentWorld.playerTagCache + @property def root_tag(self): return self.parentWorld.root_tag;