Fixed reconstructor commanding in multiplayer

This commit is contained in:
Anuken
2023-06-17 17:54:29 -04:00
parent 6ed336ad95
commit 70516752fc
4 changed files with 14 additions and 3 deletions

View File

@@ -115,9 +115,9 @@ public class Build{
build.prevBuild = prevBuild;
if(unit != null && unit.getControllerName() != null) build.lastAccessed = unit.getControllerName();
result.placeBegan(tile, previous);
Events.fire(new BlockBuildBeginEvent(tile, team, unit, false));
result.placeBegan(tile, previous, unit);
}
/** Returns whether a tile can be placed at this location by this team. */