Update Discord.java

forgot to change this aswell
This commit is contained in:
SupItsDillon 2020-12-08 19:28:47 +00:00 committed by GitHub
parent 8b1cef3b83
commit 1fedb1fad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ public class Discord extends FreedomService
{
enableBot = (ConfigEntry.DISCORD_VERIFICATION.getBoolean());
if (enableBot == false)
if (!enableBot)
{
FLog.info("Discord Verification has been manually disabled.");
return;