Skip to content

Commit

Permalink
Merge pull request #155 from YourCoal/1.8-dev-1.11.2
Browse files Browse the repository at this point in the history
Delay Items Placing on Structure (Disable Droping)
  • Loading branch information
ataranlen authored Jan 3, 2018
2 parents c9114e4 + 55047e3 commit 83522ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ private boolean start() {

tpl.deleteInProgessTemplate(buildable.getCorner().toString(), buildable.getTown());
buildable.getTown().build_tasks.remove(this);
TaskMaster.syncTask(new PostBuildSyncTask(tpl, buildable));
TaskMaster.syncTask(new PostBuildSyncTask(tpl, buildable), 10);
CivMessage.global(CivSettings.localize.localizedString("var_buildAsync_completed",buildable.getTown().getName(), buildable.getDisplayName()));
buildable.onComplete();
return false;
Expand Down

0 comments on commit 83522ff

Please sign in to comment.