We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1002fb3 commit b29eb39Copy full SHA for b29eb39
src/main/java/dev/codeerror/overflow/OverflowLimbo.java
@@ -136,7 +136,10 @@ public static void main(String[] args) {
136
switch (proxyType) {
137
case "velocity" -> {
138
String velocitySecret = config.getVelocitySecret();
139
- if (velocitySecret.isBlank()) break;
+ if (velocitySecret.isBlank()) {
140
+ MojangAuth.init();
141
+ break;
142
+ }
143
VelocityProxy.enable(velocitySecret);
144
logger.info("Velocity modern forwarding support enabled.");
145
}
0 commit comments