diff --git a/infiniteworld.py b/infiniteworld.py index 823b975..882d18d 100644 --- a/infiniteworld.py +++ b/infiniteworld.py @@ -1804,6 +1804,12 @@ class MCAlphaDimension (MCInfdevOldLevel): def _create(self, *args, **kw): pass + def acquireSessionLock(self): + pass + + def checkSessionLock(self): + self.parentWorld.checkSessionLock() + dimensionNames = {-1: "Nether", 1: "The End"} @property