mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
Change online mode default for Velocity configuration (#10413)
This commit is contained in:
parent
7263a87e9c
commit
a7eec3f980
@ -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…
Reference in New Issue
Block a user