Skip to content

Commit

Permalink
Update VVPSBootstrap.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfit8TSB authored Dec 24, 2024
1 parent 6f32552 commit df2c26b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ public VVPSBootstrap() {
}

@Override
public static Logger getLogger() {
public Logger getLogger() {
return ViaVersionProtocolSupportMain.getPlatform().getLogger();
}

@Override
public void off() {
Logger.info("ViaVersionProtocolSupport is Disabling...");
getLogger().info("ViaVersionProtocolSupport is Disabling...");
}

}

0 comments on commit df2c26b

Please sign in to comment.