We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c569682 commit f0689f3Copy full SHA for f0689f3
APWorld/MinitClient.py
@@ -26,7 +26,7 @@
26
tracker_loaded = True
27
except ModuleNotFoundError:
28
from CommonClient import CommonContext as SuperContext
29
- logger.info("please install the universal tracker :)")
+ print("please install the universal tracker :)")
30
31
32
logger = logging.getLogger("Client")
@@ -390,6 +390,7 @@ def handleItems(ctx: CommonContext):
390
swordsF = 0
391
swordsR = 0
392
for item in ctx.items_received:
393
+ # TODO - change to lookup ids for actual item names
394
if item[0] == 60000:
395
coins += 1
396
elif item[0] == 60001:
0 commit comments