Outurnate / WarpBook

A small mod for minecraft
GNU General Public License v3.0
9 stars 10 forks source link

CompareTo shall be implemented in command classes #15

Closed LemADEC closed 8 years ago

LemADEC commented 8 years ago

CompareTo override is invalid in your command classes, this prevent the use /help command in-game, please fix it. Here's one of the instance of this issue: https://github.com/Outurnate/WarpBook/blob/1.7.10/src/main/java/com/panicnot42/warpbook/commands/GiveWarpCommand.java#L78

Outurnate commented 8 years ago

42 is invalid? :)

Haven't touched this codebase in a while. Let me tackle that one now

Outurnate commented 8 years ago

Fixed in latest commit