mirror of
				https://e.coding.net/circlecloud/QuickShop.git
				synced 2025-11-03 17:56:41 +00:00 
			
		
		
		
	Bugfix #3 - Money detection while using HeroChat
This commit is contained in:
		@@ -22,7 +22,7 @@ public class HeroChatListener implements Listener {
 | 
			
		||||
 | 
			
		||||
	@EventHandler(ignoreCancelled = true, priority = EventPriority.LOWEST)
 | 
			
		||||
	public void onHeroChat(ChannelChatEvent e) {
 | 
			
		||||
		if (!plugin.getShopManager().getActions().containsKey(e.getSender().getName()))
 | 
			
		||||
		if (!plugin.getShopManager().getActions().containsKey(e.getSender().getPlayer().getUniqueId()))
 | 
			
		||||
			return;
 | 
			
		||||
		plugin.getShopManager().handleChat(e.getSender().getPlayer(), e.getMessage());
 | 
			
		||||
		e.setResult(Result.FAIL);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user