Mystery: mention failing option name

This commit is contained in:
Fabian Dill
2021-07-09 03:06:16 +02:00
parent 172c1789a8
commit 6ac74f5686
2 changed files with 7 additions and 8 deletions

View File

@@ -4,9 +4,7 @@ import typing
import asyncio
import urllib.parse
import prompt_toolkit
import websockets
from prompt_toolkit.patch_stdout import patch_stdout
import Utils
from MultiServer import CommandProcessor
@@ -210,8 +208,6 @@ class CommonContext():
logger.info(args["text"])
def on_print_json(self, args: dict):
if not self.found_items and args.get("type", None) == "ItemSend" and args["receiving"] == args["sending"]:
pass # don't want info on other player's local pickups.
logger.info(self.jsontotextparser(args["data"]))