Replace call to simple getter from within class with inlined version
This commit is contained in:
@@ -818,7 +818,7 @@ public abstract class AEBaseContainer extends Container
|
||||
}
|
||||
|
||||
// get target item.
|
||||
IAEItemStack slotItem = this.getTargetStack();
|
||||
IAEItemStack slotItem = this.clientRequestedTargetItem;
|
||||
|
||||
switch (action)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user