Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

[Suggestion] Replace NOT THIS TIME TIMOTHY #18

Description

@Vladg24YT

This happens when

Collections.sort((List)this.worldRenderersToUpdate, (Comparator)new RenderSorter(entityPlayer));

in RenderGlobal.updateRenderers() throws an IllegalArgumentException.

I suggest replacing

catch (IllegalArgumentException ex) {
    System.out.println("NOT THIS TIME TIMOTHY");
}

with

catch (IllegalArgumentException ex) {
    MinecraftServer.logger.log(Level.SEVERE, "Error updating renderers", ex);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions