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
1 changed files with 1 additions and 1 deletions

View File

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