Merge pull request #2663 from Multiverse/fix-portal-search

Set defaultportalsearch to true by default.
This commit is contained in:
nicegamer7 2021-07-05 15:16:01 -04:00 committed by GitHub
commit 1cd9e45915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ public class MultiverseCoreConfiguration extends SerializationConfig implements
teleportcooldown = 1000; teleportcooldown = 1000;
this.version = 2.9; this.version = 2.9;
silentstart = false; silentstart = false;
defaultportalsearch = false; defaultportalsearch = true;
portalsearchradius = 128; portalsearchradius = 128;
autopurge = true; autopurge = true;
idonotwanttodonate = false; idonotwanttodonate = false;