diff --git a/mclevel.py b/mclevel.py index 793705a..926deca 100644 --- a/mclevel.py +++ b/mclevel.py @@ -321,6 +321,8 @@ class MCLevel(object): Width = None players = ["Player"] + dimNo = 0; + parentWorld = None @classmethod def isLevel(cls, filename): """Tries to find out whether the given filename can be loaded