Made 'custom' the default shuffle mode for backwards compat

This commit is contained in:
Anuken
2019-11-21 20:42:57 -05:00
parent f162d815fe
commit b8e3b70fcc
2 changed files with 2 additions and 2 deletions
@@ -60,7 +60,7 @@ public class ServerControl implements ApplicationListener{
"shufflemode", "normal",
"bans", "",
"admins", "",
"shufflemode", "all",
"shufflemode", "custom",
"crashreport", false,
"port", port,
"logging", true,