Code cleanup
Added missing this, annotations, etc.
This commit is contained in:
+1
-1
@@ -487,7 +487,7 @@ public class EnergyGridCache implements IEnergyGrid
|
||||
{
|
||||
if( machine instanceof IEnergyGridProvider )
|
||||
{
|
||||
this.energyGridProviders.remove( (IEnergyGridProvider) machine );
|
||||
this.energyGridProviders.remove( machine );
|
||||
}
|
||||
|
||||
// idle draw.
|
||||
|
||||
Reference in New Issue
Block a user