Mojira Archive
MC-199999

Typo in exception message: "List exptected"

The message for an exception thrown by the missing dimension datafixer (MissingDimensionFix in Yarn mappings) has a typo (exptected) which should be changed to expected.

throw new IllegalStateException("List exptected");