mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	oopsie
This commit is contained in:
		@@ -373,7 +373,7 @@ public final class EventUtils {
 | 
			
		||||
     * @param eventType The type of event to signal to other plugins
 | 
			
		||||
     * @return true if the event wasn't cancelled, false otherwise
 | 
			
		||||
     */
 | 
			
		||||
    private static boolean simulateBlockBreak(Block block, Player player,
 | 
			
		||||
    public static boolean simulateBlockBreak(Block block, Player player,
 | 
			
		||||
            FakeBlockBreakEventType eventType) {
 | 
			
		||||
        if (IN_FAKE_BREAK.get()) {
 | 
			
		||||
            return true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user