mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
Merge pull request #2663 from Multiverse/fix-portal-search
Set defaultportalsearch to true by default.
This commit is contained in:
commit
1cd9e45915
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user