Update Discord.java

whoops i did change something i didnt want to
This commit is contained in:
SupItsDillon 2020-12-08 19:26:00 +00:00 committed by GitHub
parent 81ef3d624a
commit 8b1cef3b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,7 @@ public class Discord extends FreedomService
if (enableBot == false)
{
FLog.info("Discord Verification has been manually disabled.");
return;
}
enabled = !Strings.isNullOrEmpty(ConfigEntry.DISCORD_TOKEN.getString());
if (!enabled)