Fix typo in createMap
This commit is contained in:
parent
22778a9c81
commit
5cad086e56
@ -1000,7 +1000,7 @@ class AnvilWorldAdapter(object):
|
|||||||
# but we can't trust it because of bugs in the old map import filters
|
# but we can't trust it because of bugs in the old map import filters
|
||||||
mapIDs = list(self.listMaps())
|
mapIDs = list(self.listMaps())
|
||||||
if len(mapIDs):
|
if len(mapIDs):
|
||||||
maximumID = max()
|
maximumID = max(mapIDs)
|
||||||
mapID = maximumID + 1
|
mapID = maximumID + 1
|
||||||
else:
|
else:
|
||||||
mapID = 0
|
mapID = 0
|
||||||
|
Reference in New Issue
Block a user