Small modification to new TFGuilds (FS-255) (#67)

This commit is contained in:
Nathan Curran
2021-05-23 00:06:34 +10:00
committed by Ryan
parent b72782de4f
commit 5e63b71861
2 changed files with 3 additions and 3 deletions

View File

@ -53,6 +53,6 @@ public class TFGuildsBridge extends FreedomService
{
return false;
}
return Common.IN_GUILD_CHAT.contains(player);
return Common.GUILD_CHAT.contains(player);
}
}