diff --git a/StardewArchipelago/Constants/Community.cs b/StardewArchipelago/Constants/Community.cs index e31d336be..1e2bee547 100644 --- a/StardewArchipelago/Constants/Community.cs +++ b/StardewArchipelago/Constants/Community.cs @@ -4,14 +4,16 @@ public class Community { public static readonly string[] AllNames = new[] { - "Albrekka", "Alchav", "Angela", "axe_y", "beauxq", "Berserker", "Black Sliver", "blastron", "BootsinSoots", "BruceWinless", "CaitSith2", - "Captain Canadia", "Celeste", "Damocles", - "dewin", "el_", "emmalution", "Espeon", "eudaimonistic", "Exempt-Medic", "Farrak Kilhn", "Figment", "Fly Sniper", - "Frazzleduck", "Heinermann", "Ishigh", "JaredWeakStrike", "Jarno", "jat2980", "jennnifer", "Jouramie", "Justice", "Kaito Kid", - "KelioMZX", "KittyAshy", "Kono Tyran", "Lady Redacted", "lordlou", "Magnemania", "Marech", "Margot", "Mati", "Mav", "MeleneV", "mewlif", - "Noca", "N00byKing"/*, "NinoKito"*/, "Phar", - "PoryGone", "ProfBytes", "RaspberrySpaceJam", "Rosalie", "Salzkorn", "SamanthaCoffin", "Scipio", "Smorgasbord", "Sneaki", "Snow", "Sraw", "SunnyBat", - "TheCondor", "TheHaboo", "TheRedWolfe", "toaster", "Trev", "Violet", "WhySoThirstyy", "Yellow_Meep", "zig", "Ziktofel", + "Albrekka", "Alchav", "Angela", "axe_y", "beauxq", "Berserker", "Black Sliver", "blastron", + "BootsinSoots", "BruceWinless", "CaitSith2", "Captain Canadia", "Celeste", "Damocles", "dewin", + "el_", "emmalution", "Espeon", "eudaimonistic", "Exempt-Medic", "Farrak Kilhn", "Figment", + "Fly Sniper", "Frazzleduck", "Heinermann", "Ishigh", "JaredWeakStrike", "Jarno", "jat2980", + "jennnifer", "Jouramie", "Justice", "Kaito Kid", "Kankuro", "KelioMZX", "Kimou00", "KittyAshy", + "Kono Tyran", "Lady Redacted", "lordlou", "Madolinn", "Magnemania", "Marech", "Margot", + "Mati", "Mav", "MeleneV", "mewlif", "Mistik", "Nada", "Noca", "N00byKing"/*, "NinoKito"*/, + "Phar", "PoryGone", "ProfBytes", "RaspberrySpaceJam", "Rosalie", "Salzkorn", "SamanthaCoffin", + "Scipio", "Smorgasbord", "Sneaki", "Snow", "Sraw", "SunnyBat", "TheCondor", "TheHaboo", + "TheRedWolfe", "toaster", "Trev", "Violet", "WhySoThirstyy", "Yellow_Meep", "zig", "Ziktofel", }; } }