Skip to content

Commit

Permalink
fix for compilaton in error
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 2, 2023
1 parent 1c083ee commit cb5ddea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ public void terminateLocalSessions(TerminateSessionEvent terminateSessionEvent)
public @NotNull CompiledGuiProfile refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal) {
return guiProfiledPrincipal.getCompiledGuiProfile();
}

@Override
public @NotNull CompiledGuiProfile refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal, ProfileCompilerOptions options) {
return guiProfiledPrincipal.getCompiledGuiProfile();
}
});

auditFilter = new SequenceAuditFilter(authenticationRecorder);
Expand Down

0 comments on commit cb5ddea

Please sign in to comment.