Skip to content

Commit

Permalink
don't need @Inject on these anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarsz committed Nov 25, 2023
1 parent 7467085 commit 23a152a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class MinecraftAuthVelocity {
@Getter private static MinecraftAuthVelocity instance;
@Getter private AuthenticationService service;

@Inject private final ProxyServer server;
@Inject private final Logger logger;
private final ProxyServer server;
private final Logger logger;
private final Path dataDirectory;

@Inject
Expand Down

0 comments on commit 23a152a

Please sign in to comment.