mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
FS-335
This commit is contained in:
parent
5fa3f9f26a
commit
cc9c07d498
@ -30,13 +30,10 @@ public class TFGuildsBridge extends FreedomService
|
||||
try
|
||||
{
|
||||
final Plugin tfGuilds = server.getPluginManager().getPlugin("TFGuilds");
|
||||
if (tfGuilds != null && tfGuilds.isEnabled())
|
||||
if (tfGuilds != null && tfGuilds.isEnabled() && tfGuilds instanceof TFGuilds)
|
||||
{
|
||||
if (tfGuilds instanceof TFGuilds)
|
||||
{
|
||||
enabled = true;
|
||||
return true;
|
||||
}
|
||||
enabled = true;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
catch (NoClassDefFoundError ex)
|
||||
|
Loading…
Reference in New Issue
Block a user