From b80d92eef873e0278e8e63f87f43ded85c217358 Mon Sep 17 00:00:00 2001 From: zombieb Date: Mon, 18 Aug 2025 22:34:15 -0400 Subject: [PATCH] and this --- Core/Init.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Init.cs b/Core/Init.cs index e009217..3d22f9c 100644 --- a/Core/Init.cs +++ b/Core/Init.cs @@ -81,7 +81,7 @@ public class Initialization PatchConfig.RegistrationPatch = UniversalPatchPlugin.Instance.Config.Bind("Generic", "RegistrationPatch", PatchConfigDefaults.RegistrationPatch, "Always disable the registration prompt."); PatchConfig.AFKPatch = UniversalPatchPlugin.Instance.Config.Bind("Generic", "AFKPatch", PatchConfigDefaults.AFKPatch, - "Always present patch. Never get kicked to dorm."); + "Always present patch. Never get kicked to dorm for being AFK."); ServerPatchesConfig.CustomEmotes = UniversalPatchPlugin.Instance.Config.Bind("ServerPatches", "CustomEmotes", ServerPatchesConfigDefaults.CustomEmotes, "Modify the game's emote text with a configuration from the server.");