From a5f89b769dd5a695ed2db6df57f256986da88e56 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 20 Oct 2025 10:32:40 -0400 Subject: [PATCH] Rename this so it fits --- src/k_hud.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k_hud.c b/src/k_hud.c index 1345b04fe..e937867f6 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -2463,9 +2463,9 @@ static void K_DrawServerMods(INT32 x, INT32 y) servermods_t basemods[BASEMODS] = { - {"Item Littering", 0, NULL, K_ItemLitterActive() > 0, true}, + {"Item Litter", 0, NULL, K_ItemLitterActive() > 0, true}, {"Rings", 0, NULL, K_RingsActive() > 0, true}, - {"4-Tier Drifts", 0, NULL, K_PurpleDriftActive() > 0, true}, + {"4-Tier Drift", 0, NULL, K_PurpleDriftActive() > 0, true}, {"Slipdash", 0, NULL, K_SlipdashActive() > 0, true}, {"Stacking", 0, NULL, K_StackingActive() > 0, true}, {"Chaining", 0, NULL, K_ChainingActive() > 0, true},