mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 21:52:05 -07:00
Change online mode default for Velocity configuration (#10413)
This commit is contained in:
@@ -575,7 +575,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ public class Velocity extends ConfigurationPart {
|
+ public class Velocity extends ConfigurationPart {
|
||||||
+ public boolean enabled = false;
|
+ public boolean enabled = false;
|
||||||
+ public boolean onlineMode = false;
|
+ public boolean onlineMode = true;
|
||||||
+ public String secret = "";
|
+ public String secret = "";
|
||||||
+
|
+
|
||||||
+ @PostProcess
|
+ @PostProcess
|
||||||
|
Reference in New Issue
Block a user