mirror of
				https://e.coding.net/circlecloud/QuickShop.git
				synced 2025-11-03 17:56:41 +00:00 
			
		
		
		
	fix Aciton...
This commit is contained in:
		@@ -41,7 +41,7 @@ public class PlayerListener implements Listener {
 | 
			
		||||
	 */
 | 
			
		||||
	@EventHandler(priority = EventPriority.MONITOR)
 | 
			
		||||
	public void onClick(final PlayerInteractEvent e) {
 | 
			
		||||
		if (e.getAction() != Action.LEFT_CLICK_BLOCK) {
 | 
			
		||||
		if (e.getAction() != Action.LEFT_CLICK_BLOCK || e.getMaterial() == plugin.getConfigManager().getSuperItem()) {
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
		final Block b = e.getClickedBlock();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user