Mojang / LegacyLauncher

Hacky code to launch our old versions from the new launcher!
253 stars 109 forks source link

Fixed the ConcurrentModificationException when tried to use under Java 8... #9

Closed masl123 closed 10 years ago

masl123 commented 10 years ago

.... Fixed some Errors which made this code not to Compile under Java 8

LexManos commented 10 years ago

Your changes to make it compile, as well at the import changes are unneeded, we link against the debug version for a reson. That being that it contains the generic information which means we dont need to do those casts.

As for your CME fix. That as well is not needed, as this should not {and does not under my testing} throw any CMEs. The one you're most likely referring to is the one from FML's sorting code which has been fixed for months now.