Browse Source

revert debug changes

master
poikilos 7 years ago
committed by Jacob Gustafson
parent
commit
af582cbe4a
  1. 2
      minetestmapper-expertmm.py

2
minetestmapper-expertmm.py

@ -403,8 +403,6 @@ if os.path.exists(path + "sectors"):
if len(xlist) == 0 or len(zlist) == 0:
print("Data does not exist at this location.")
print("xlist: "+str(xlist))
print("zlist: "+str(zlist))
sys.exit(1)
# Get rid of doubles

Loading…
Cancel
Save