Fix "new config options message" always printed on reload.
This commit is contained in:
parent
8a6ab3edb5
commit
37b24d4e72
@ -681,7 +681,7 @@ public final class Settings extends YamlConfiguration {
|
||||
set("DataSource.mySQLRealName", "realname");
|
||||
changes = true;
|
||||
}
|
||||
if (!contains("DataSource.mySQLQueryCache")) {
|
||||
if (!contains("DataSource.mySQLWebsite")) {
|
||||
set("DataSource.mySQLWebsite", false);
|
||||
changes = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user