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 7467085 commit 23a152aCopy full SHA for 23a152a
proxy/velocity/src/main/java/me/minecraftauth/plugin/velocity/MinecraftAuthVelocity.java
@@ -44,8 +44,8 @@ public class MinecraftAuthVelocity {
44
@Getter private static MinecraftAuthVelocity instance;
45
@Getter private AuthenticationService service;
46
47
- @Inject private final ProxyServer server;
48
- @Inject private final Logger logger;
+ private final ProxyServer server;
+ private final Logger logger;
49
private final Path dataDirectory;
50
51
@Inject
0 commit comments