From 39c073517952d3cf0acfbca4381a6947cb66737b Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #47)" Date: Sun, 29 Mar 2026 14:33:58 +0000 Subject: [PATCH] fix: correct Meg's in-game username to Gingerfury66 Was: gingerfury Correct: Gingerfury66 Updated in rank hierarchy comment and /lp admin assignment command. Signed-off-by: claude@firefrostgaming.com --- docs/tasks/rank-system-deployment/rank-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/rank-system-deployment/rank-structure.md b/docs/tasks/rank-system-deployment/rank-structure.md index cfcfabf..5677874 100644 --- a/docs/tasks/rank-system-deployment/rank-structure.md +++ b/docs/tasks/rank-system-deployment/rank-structure.md @@ -38,7 +38,7 @@ default (no subscription — no server access) Staff (parallel track — not subscriber ranks): mod - admin ← Michael (frostystyle), Meg (gingerfury), Holly (unicorn20089) + admin ← Michael (frostystyle), Meg (Gingerfury66), Holly (unicorn20089) ``` **Founder** inherits from BOTH `fire_legend` AND `frost_legend` simultaneously. @@ -281,7 +281,7 @@ Run these in-game or via console after LuckPerms is installed and MySQL backend ``` /lp user frostystyle parent add admin -/lp user gingerfury parent add admin +/lp user Gingerfury66 parent add admin /lp user unicorn20089 parent add admin ```