mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 11:22:15 +01:00
Change online mode default for Velocity configuration (#10413)
This commit is contained in:
parent
7263a87e9c
commit
a7eec3f980
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+
|
||||
+ public class Velocity extends ConfigurationPart {
|
||||
+ public boolean enabled = false;
|
||||
+ public boolean onlineMode = false;
|
||||
+ public boolean onlineMode = true;
|
||||
+ public String secret = "";
|
||||
+
|
||||
+ @PostProcess
|
||||
|
|
Loading…
Add table
Reference in a new issue