mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-13 10:33:55 +01:00
Fixed /ah message showing after using /ah test
This commit is contained in:
parent
dce85b0fe4
commit
7e7ac65198
@ -132,6 +132,7 @@ public class Main extends JavaPlugin implements Listener {
|
||||
} else {
|
||||
item.setAmount(item.getAmount() - amount);
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
sender.sendMessage(Messages.DOSENT_HAVE_ITEM_IN_HAND.getMessage());
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user