From 947362aaa67600046510303e7b0a62bfe885adf9 Mon Sep 17 00:00:00 2001
From: Fabian Dill <fabian.dill@web.de>
Date: Mon, 18 May 2020 23:09:51 +0200
Subject: [PATCH] improve colors #2

---
 MultiClient.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MultiClient.py b/MultiClient.py
index 95aa3670..7674f47c 100644
--- a/MultiClient.py
+++ b/MultiClient.py
@@ -770,7 +770,7 @@ async def process_server_cmd(ctx : Context, cmd, args):
                    f"at {color(get_location_name_from_address(hint.location), 'blue_bg', 'white')} in {player_find}'s World"
             if hint.entrance:
                 text += " at " + color(hint.entrance, 'white_bg', 'black')
-            logging.info(text + (f". {color('(found)', 'green_bg')} " if hint.found else "."))
+            logging.info(text + (f". {color('(found)', 'green_bg', 'black')} " if hint.found else "."))
     elif cmd == "AliasUpdate":
         ctx.player_names = {p: n for p, n in args}
     elif cmd == 'Print':