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 GitHub
parent ac615f54f7
commit 9ff5da8d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -252,9 +252,9 @@
</dependency>
<dependency>
<groupId>com.github.TotalFreedomMC</groupId>
<groupId>com.github.AtlasMediaGroup</groupId>
<artifactId>TFGuilds</artifactId>
<version>db036fb187</version>
<version>master-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

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);
}
}