mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 12:02:53 +00:00
Update Discord.java
cant remember if i changed anything since last commit
This commit is contained in:
parent
b0c0f17043
commit
81ef3d624a
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ 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…
Add table
Add a link
Reference in a new issue