DarkholmeTenk / TardisModIssues

Contains the issues tracker for the private TardisMod
25 stars 8 forks source link

[BUG] Wrong (not) implemented compareTo in commands breaks /help #557

Closed einsteinK closed 7 years ago

einsteinK commented 7 years ago

There's a common issue in mods that commands don't properly implement compareTo. A result of this is that /help (and aliases like /?) will not work and error instead. _(it's actually a bit clouded, as it _might* break it, but doesn't do that always)* Seems like all compareTo's for TARDIS commands just return 0, which might be bad. (Same for /dcdebug in Darkcore)

DarkholmeTenk commented 7 years ago

Should all be fixed in Darkcore's AbstractCommand.