Shift Clicking Behavior should only happen when holding shift.
This commit is contained in:
@@ -373,7 +373,7 @@ public abstract class AEBaseGui extends GuiContainer
|
||||
return;
|
||||
}
|
||||
|
||||
if ( disableShiftClick == false )
|
||||
if ( disableShiftClick == false && isShiftKeyDown() )
|
||||
{
|
||||
disableShiftClick = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user