From 2c4ae43e688a9873e86211ea0e7aeb9ba770dd77 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 18 Oct 2022 08:59:09 +0200 Subject: Update --- includes/short.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/short.inc') diff --git a/includes/short.inc b/includes/short.inc index 66d749d..6883cc7 100644 --- a/includes/short.inc +++ b/includes/short.inc @@ -39,7 +39,7 @@ foreach ($members as $member) { $list[$member["uuid"]] = "/" . $member["name"]; } -$list["minty"] = "/cloudy"; +$list["minty"] = "/cloudydreams"; if (in_array($toplevel, array_keys($list)) && $list[$toplevel]) { if ($toplevel !== "unknown") { -- cgit