mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Update Discord.java
whoops i did change something i didnt want to
This commit is contained in:
parent
81ef3d624a
commit
8b1cef3b83
@ -68,6 +68,7 @@ public class Discord extends FreedomService
|
|||||||
if (enableBot == false)
|
if (enableBot == false)
|
||||||
{
|
{
|
||||||
FLog.info("Discord Verification has been manually disabled.");
|
FLog.info("Discord Verification has been manually disabled.");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
enabled = !Strings.isNullOrEmpty(ConfigEntry.DISCORD_TOKEN.getString());
|
enabled = !Strings.isNullOrEmpty(ConfigEntry.DISCORD_TOKEN.getString());
|
||||||
if (!enabled)
|
if (!enabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user