summaryrefslogtreecommitdiff
path: root/ihl/enviroment/SpotlightTileEntity.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/enviroment/SpotlightTileEntity.java')
-rw-r--r--ihl/enviroment/SpotlightTileEntity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ihl/enviroment/SpotlightTileEntity.java b/ihl/enviroment/SpotlightTileEntity.java
index 287ef9f..ab18ebe 100644
--- a/ihl/enviroment/SpotlightTileEntity.java
+++ b/ihl/enviroment/SpotlightTileEntity.java
@@ -111,7 +111,7 @@ public class SpotlightTileEntity extends LightBulbTileEntity implements INetwork
if(needLightTargetUpdate)
{
this.generateGlowningAirList();
- this.updateLightState(this.getActive());
+ this.updateLightState();
needLightTargetUpdate=false;
}
if(this.prevRotationPitch!=this.rotationPitch)
@@ -214,7 +214,7 @@ public class SpotlightTileEntity extends LightBulbTileEntity implements INetwork
}
@Override
- protected void updateLightState(boolean spreadDarkness)
+ protected void updateLightState()
{
if(this.getActive())
{