Fix only ignoring IRC nicks not showing 'type /ignore list' message.

This commit is contained in:
UnknownShadow200 2017-09-05 08:21:08 +10:00
parent 1aa1f977b4
commit 0a103ffbf2

View File

@ -51,7 +51,7 @@ namespace MCGalaxy {
Logger.Log(LogType.Warning, "Failed to load ignore list for: " + p.name);
}
if (All || IRC || EightBall || DrawOutput || Titles || Nicks || Names.Count > 0) {
if (All || IRC || EightBall || DrawOutput || Titles || Nicks || Names.Count > 0 || IRCNicks.Count > 0) {
Player.Message(p, "&cType &a/ignore list &cto see who you are still ignoring");
}
}