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

@Vladg24YT

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);
}

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