Fixed #10948
This commit is contained in:
@@ -72,15 +72,15 @@ public class LightBlock extends Block{
|
||||
public void configured(Unit player, Object value){
|
||||
super.configured(player, value);
|
||||
|
||||
if(!headless){
|
||||
renderer.minimap.update(tile);
|
||||
}
|
||||
if(!headless) renderer.minimap.update(tile);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void control(LAccess type, double p1, double p2, double p3, double p4){
|
||||
if(type == LAccess.color){
|
||||
color = Tmp.c1.fromDouble(p1).rgba8888();
|
||||
|
||||
if(!headless) renderer.minimap.update(tile);
|
||||
}
|
||||
|
||||
super.control(type, p1, p2, p3, p4);
|
||||
|
||||
Reference in New Issue
Block a user