From c96acbfa2379f8a977fb3ecaa681799b65fb90a7 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Wed, 10 Aug 2022 23:05:36 +0200 Subject: [PATCH] TextClient: receive all items By popular demand, this makes /received work again. Closes #887 --- CommonClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonClient.py b/CommonClient.py index e0a9c307..0b2c22cf 100644 --- a/CommonClient.py +++ b/CommonClient.py @@ -726,7 +726,7 @@ if __name__ == '__main__': class TextContext(CommonContext): tags = {"AP", "IgnoreGame", "TextOnly"} game = "" # empty matches any game since 0.3.2 - items_handling = 0 # don't receive any NetworkItems + items_handling = 0b111 # receive all items for /received async def server_auth(self, password_requested: bool = False): if password_requested and not self.password: