mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2025-10-02 12:37:27 +00:00
@ -33,7 +33,7 @@ public class QuickShopCommands implements CommandExecutor, DefaultCommand {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void defaultexecute(final CommandSender sender, final Command command, final String label) throws CommandException {
|
||||
public void defaultExecute(final CommandSender sender, final Command command, final String label) throws CommandException {
|
||||
hsc.sendHelp(sender, label);
|
||||
}
|
||||
|
||||
|
@ -70,7 +70,6 @@ public class ProtectListener implements Listener {
|
||||
public void onItemDespawn(final ItemDespawnEvent e) {
|
||||
final ItemStack ci = e.getEntity().getItemStack();
|
||||
if (MarkUtil.hasMark(ci)) {
|
||||
ci.setType(Material.AIR);
|
||||
e.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user