mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 03:29:41 +01:00
Fix missing setting
This commit is contained in:
parent
a40b06344a
commit
b299e4be91
@ -547,6 +547,11 @@ public final class Settings {
|
||||
set("settings.forceCommands", new ArrayList<String>());
|
||||
changes = true;
|
||||
}
|
||||
if (contains("settings.delayJoinMessage")) {
|
||||
set("settings.delayJoinLeaveMessages", false);
|
||||
set("settings.delayJoinMessage", null);
|
||||
changes = true;
|
||||
}
|
||||
if (!contains("settings.forceCommandsAsConsole")) {
|
||||
set("settings.forceCommandsAsConsole", new ArrayList<String>());
|
||||
changes = true;
|
||||
|
Loading…
Reference in New Issue
Block a user