mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 21:43:54 +00:00
Overhaul build proccess (#89)
- Now only requires CoreProtect in /lib - WorldEditListener and LibsDisguiseBridge updated - Releaseparrots will now check if there are any parrots - Fix some red lines in playerdata
This commit is contained in:
@ -88,4 +88,14 @@ public class VPlayer implements ConfigLoadable, ConfigSavable, Validatable
|
||||
return name != null
|
||||
&& !ips.isEmpty();
|
||||
}
|
||||
|
||||
public boolean getForumEnabled()
|
||||
{
|
||||
return this.forumEnabled;
|
||||
}
|
||||
|
||||
public boolean getDiscordEnabled()
|
||||
{
|
||||
return this.discordEnabled;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user