1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-18 11:22:15 +01:00

Change online mode default for Velocity configuration ()

This commit is contained in:
gecko10000 2024-04-12 10:21:31 -07:00
parent 7263a87e9c
commit a7eec3f980

View file

@ -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