default dimension values for non-Alpha worlds
This commit is contained in:
parent
ddd2d2973d
commit
d54ea66305
@ -321,6 +321,8 @@ class MCLevel(object):
|
|||||||
Width = None
|
Width = None
|
||||||
|
|
||||||
players = ["Player"]
|
players = ["Player"]
|
||||||
|
dimNo = 0;
|
||||||
|
parentWorld = None
|
||||||
@classmethod
|
@classmethod
|
||||||
def isLevel(cls, filename):
|
def isLevel(cls, filename):
|
||||||
"""Tries to find out whether the given filename can be loaded
|
"""Tries to find out whether the given filename can be loaded
|
||||||
|
Reference in New Issue
Block a user