mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-24 22:44:09 +00:00
Small modification to new TFGuilds (FS-255) (#67)
This commit is contained in:
parent
ac615f54f7
commit
9ff5da8d8f
2 changed files with 3 additions and 3 deletions
|
@ -53,6 +53,6 @@ public class TFGuildsBridge extends FreedomService
|
|||
{
|
||||
return false;
|
||||
}
|
||||
return Common.IN_GUILD_CHAT.contains(player);
|
||||
return Common.GUILD_CHAT.contains(player);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue