Mega Map

Mega Map

41.1k Downloads

Command fillmegamap incorrectly overrides

naqaden opened this issue ยท 4 comments

commented

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

commented

Thanks! I wonder what is incorrect about it...

commented

This, which does this.

commented

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!

commented

Nice, thank you.