Update Discord.java

cant remember if i changed anything since last commit
This commit is contained in:
SupItsDillon 2020-12-08 19:17:06 +00:00 committed by GitHub
parent b0c0f17043
commit 81ef3d624a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,6 @@ 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)