Fixed: Dimensions check the parent world's session instead of creating their own. (xxx)
This commit is contained in:
parent
a9fdcee89e
commit
5e19f74ca5
@ -1804,6 +1804,12 @@ class MCAlphaDimension (MCInfdevOldLevel):
|
|||||||
def _create(self, *args, **kw):
|
def _create(self, *args, **kw):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def acquireSessionLock(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def checkSessionLock(self):
|
||||||
|
self.parentWorld.checkSessionLock()
|
||||||
|
|
||||||
dimensionNames = {-1: "Nether", 1: "The End"}
|
dimensionNames = {-1: "Nether", 1: "The End"}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user