Fixed problems with buildscript
Signed-off-by: deathrat <deathrat43@gmail.com>
This commit is contained in:
@@ -80,4 +80,10 @@ public abstract class DDCommandBase extends CommandBase
|
||||
player.sendChatToPlayer(cmp);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int compareTo(Object par1Obj)
|
||||
{
|
||||
return this.getCommandName().compareTo(((CommandBase)par1Obj).getCommandName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user