Command fillmegamap incorrectly overrides
naqaden opened this issue ยท 4 comments
To be clear, I haven't experienced any problem myself, but I use the HelpFixer mod and it's reporting the following 4x in a row each startup:
[Server thread/WARN] [com.matthewprenger.helpfixer.HelpFixer]: Command fillmegamap incorrectly overrides compareTo: %s
Ah, looks like ICommands need to implement a proper IComparable<>.compareTo().
Easiest way appears to be to replace implementing ICommand with extending net.minecraft.command.CommandBase.
Fixed in next release. Thanks!