diff --git a/pom.xml b/pom.xml index acc156df..cfeb5851 100644 --- a/pom.xml +++ b/pom.xml @@ -252,9 +252,9 @@ - com.github.TotalFreedomMC + com.github.AtlasMediaGroup TFGuilds - db036fb187 + master-SNAPSHOT provided diff --git a/src/main/java/me/totalfreedom/totalfreedommod/bridge/TFGuildsBridge.java b/src/main/java/me/totalfreedom/totalfreedommod/bridge/TFGuildsBridge.java index fea8ad88..e315b15c 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/bridge/TFGuildsBridge.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/bridge/TFGuildsBridge.java @@ -53,6 +53,6 @@ public class TFGuildsBridge extends FreedomService { return false; } - return Common.IN_GUILD_CHAT.contains(player); + return Common.GUILD_CHAT.contains(player); } } \ No newline at end of file