Move "use-display-name-in-quit-message" to settings namespace (#6257)

This commit is contained in:
MeFisto94
2021-07-26 01:11:44 +02:00
parent b7ac1102ba
commit 7dc5d71367
4 changed files with 11 additions and 7 deletions

View File

@@ -364,8 +364,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ commands = new HashMap<String, Command>();
+ commands.put("paper", new PaperCommand("paper"));
+
+ version = getInt("config-version", 20);
+ set("config-version", 20);
+ version = getInt("config-version", 21);
+ set("config-version", 21);
+ readConfig(PaperConfig.class, null);
+ }
+