mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Update Discord.java
forgot to change this aswell
This commit is contained in:
parent
8b1cef3b83
commit
1fedb1fad3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user