Temporary fix for pole tile progress

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-05-11 01:59:51 +00:00
parent 7a31876bc4
commit e2239a6b5a

View file

@ -54,8 +54,10 @@ while i < argc:
if n == 90:
world = 1
tile = "N/A"
elif n == -80:
world = 2
tile = "N/A"
else:
wm = w % 10
sm = s % 10