Fix issue with user input check that messed up Auto Eat
This commit is contained in:
		@@ -147,7 +147,7 @@ public class MixinMinecraft {
 | 
				
			|||||||
            )
 | 
					            )
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    private boolean isAllowUserInput(GuiScreen screen) {
 | 
					    private boolean isAllowUserInput(GuiScreen screen) {
 | 
				
			||||||
        return (PathingBehavior.INSTANCE.getCurrent() != null && player != null) || screen.allowUserInput;
 | 
					        return (PathingBehavior.INSTANCE.getCurrent() != null && PathingBehavior.INSTANCE.isEnabled() && player != null) || screen.allowUserInput;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Inject(
 | 
					    @Inject(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user