Merge branch 'master' into rendermode-options
Conflicts: overviewer_core/chunk.py overviewer_core/src/iterate.c
This commit is contained in:
@@ -188,6 +188,11 @@ def main():
|
||||
parser.print_help()
|
||||
logging.error("Invalid world number")
|
||||
sys.exit(1)
|
||||
|
||||
# final sanity check for worlddir
|
||||
if not os.path.exists(os.path.join(worlddir, 'level.dat')):
|
||||
logging.error("Invalid world path -- does not contain level.dat")
|
||||
sys.exit(1)
|
||||
|
||||
if len(args) < 2:
|
||||
if options.delete:
|
||||
|
||||
Reference in New Issue
Block a user