fix object color override for sb
This commit is contained in:
@@ -101,4 +101,9 @@ public class FakeGameObject extends GameObject {
|
||||
public void setTime(int time) {
|
||||
this.halfTime = time;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateColor() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user