From f91cd82d1b79d371e6fadfb5cd8a7ee504a3bfcd Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 1 Mar 2024 00:23:59 -0500 Subject: [PATCH] fix(pterodactyl): added config key I forgot to register --- pterodactyl/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pterodactyl/config.py b/pterodactyl/config.py index 014ebb7..d4d3d96 100644 --- a/pterodactyl/config.py +++ b/pterodactyl/config.py @@ -14,6 +14,7 @@ def register_config(config_obj: Config) -> None: chat_regex=r"\[(\d{2}:\d{2}:\d{2})\sINFO\]:\s<(\w+)>\s(.*)", server_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]: \[Not Secure\] \[.*\] (.*)", join_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]: ([^<\n]+) joined the game$", + leave_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]: ([^<\n]+) left the game$", chat_command='tellraw @a ["",{"text":".$U ","color":".$C"},{"text":" (DISCORD): ","color":"blue"},{"text":".$M","color":"white"}]', api_endpoint="minecraft", chat_channel=None,