mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Fix only ignoring IRC nicks not showing 'type /ignore list' message.
This commit is contained in:
parent
1aa1f977b4
commit
0a103ffbf2
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user