Less Core.app.post for build events
This commit is contained in:
@@ -144,7 +144,7 @@ abstract class BuilderComp implements Posc, Statusc, Teamc, Rotc{
|
||||
}
|
||||
|
||||
if(tile.build instanceof ConstructBuild && !current.initialized){
|
||||
Core.app.post(() -> Events.fire(new BuildSelectEvent(tile, team, self(), current.breaking)));
|
||||
Events.fire(new BuildSelectEvent(tile, team, self(), current.breaking));
|
||||
current.initialized = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user