Replace call to simple getter from within class with inlined version
This commit is contained in:
@@ -41,7 +41,7 @@ public class CraftingLinkNexus
|
||||
|
||||
public boolean isDead(IGrid g, CraftingGridCache craftingGridCache)
|
||||
{
|
||||
if ( this.isCanceled() || this.isDone() )
|
||||
if ( this.canceled || this.done )
|
||||
return true;
|
||||
|
||||
if ( this.req == null || this.cpu == null )
|
||||
|
||||
Reference in New Issue
Block a user