From fdb1a655644ff9b9de3ffe868c30420d24d6fe53 Mon Sep 17 00:00:00 2001 From: frarol96 Date: Sat, 13 Jul 2024 17:29:01 +0000 Subject: [PATCH] Compatibility update with ERSC 1.7.9 --- ERSCMU-tkinter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ERSCMU-tkinter.py b/ERSCMU-tkinter.py index 89abdc2..f5e70aa 100644 --- a/ERSCMU-tkinter.py +++ b/ERSCMU-tkinter.py @@ -50,7 +50,8 @@ def ensure_vocabulary(config): "1": "None", "2": "Display player ping", "3": "Display player soul level", - "4": "Display player death count" + "4": "Display player death count", + "5": "Display player ping & level" } }, "SCALING": {},