Fix'd
This commit is contained in:
parent
8e805745b5
commit
871d32027b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ public class GetLetterDye extends PlayerCommand{
|
|||
@Override
|
||||
public boolean OnCommand(Player player, String alias, String[] args) {
|
||||
player.getInventory().addItem(LetterDye.getLetterDye());
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
@Override
|
||||
public String[] GetHelpText(String alias){
|
||||
|
|
Loading…
Reference in a new issue