Shift Clicking Behavior should only happen when holding shift.

This commit is contained in:
AlgorithmX2 2014-09-07 14:24:06 -05:00
parent 4a77b401d9
commit db52d849e2

View file

@ -373,7 +373,7 @@ public abstract class AEBaseGui extends GuiContainer
return;
}
if ( disableShiftClick == false )
if ( disableShiftClick == false && isShiftKeyDown() )
{
disableShiftClick = true;