From bbf526b19c9831349a3b836f83b63363e6b33609 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 25 Mar 2023 16:01:48 +0100 Subject: Updated 7 files (automated) --- includes/util/short.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/util/short.inc') diff --git a/includes/util/short.inc b/includes/util/short.inc index 39e42b0..c226e3b 100644 --- a/includes/util/short.inc +++ b/includes/util/short.inc @@ -12,13 +12,14 @@ $list = [ "rd" => "/raindrops", "cb" => "/cloudburst", "minty" => "/cloudydreams", + "violetdawn" => "/sandydawn", "twilight" => "/twi", "luna" => "/princessluna", "cloudy" => "/cloudydreams", "zipp" => "/zippstorm", "babs" => "/babsseed", "frost" => "/frostcrystals", - "violet" => "/violetdawn" + "violet" => "/sandydawn" ]; foreach ($members as $member) { -- cgit