mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
Update MultiServer.py
This commit is contained in:
@@ -416,8 +416,6 @@ class Context:
|
|||||||
def notify_client_without_auth(self, client: Client, text: str, additional_arguments: dict = {}):
|
def notify_client_without_auth(self, client: Client, text: str, additional_arguments: dict = {}):
|
||||||
if client.auth:
|
if client.auth:
|
||||||
return self.notify_client(client, text, additional_arguments)
|
return self.notify_client(client, text, additional_arguments)
|
||||||
if client.no_text:
|
|
||||||
return
|
|
||||||
self.logger.info("Notice (Unauthenticated Player): " + text)
|
self.logger.info("Notice (Unauthenticated Player): " + text)
|
||||||
async_start(self.send_msgs(client, [{"cmd": "PrintJSON", "data": [{ "text": text }], **additional_arguments}]))
|
async_start(self.send_msgs(client, [{"cmd": "PrintJSON", "data": [{ "text": text }], **additional_arguments}]))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user