From a6f02249d641ac3a5e048d2dcb9f4d27d0a745c3 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 12 Oct 2016 05:06:52 +0200 Subject: [PATCH] Race animals won't be migrated --- src/NadekoBot/Modules/Administration/Commands/Migration.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/NadekoBot/Modules/Administration/Commands/Migration.cs b/src/NadekoBot/Modules/Administration/Commands/Migration.cs index 41bb6fe2..992584ac 100644 --- a/src/NadekoBot/Modules/Administration/Commands/Migration.cs +++ b/src/NadekoBot/Modules/Administration/Commands/Migration.cs @@ -326,12 +326,6 @@ namespace NadekoBot.Modules.Administration oldConfig.RotatingStatuses.ForEach(i => messages.Add(new PlayingStatus { Status = i })); botConfig.RotatingStatusMessages = messages; - //races - var races = new HashSet(); - oldConfig.RaceAnimals.ForEach(i => races.Add(new RaceAnimal() { Icon = i, Name = i })); - if (races.Any()) - botConfig.RaceAnimals = races; - //Prefix botConfig.ModulePrefixes.Clear(); botConfig.ModulePrefixes.AddRange(new HashSet