Skip to content

Commit

Permalink
It's theoretically possible for a new building to start working immed…
Browse files Browse the repository at this point in the history
…iately.

Display it.
  • Loading branch information
dmcbride committed Oct 12, 2015
1 parent 3a0b78f commit 541b464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/js/mapPlanet.js
Expand Up @@ -814,6 +814,7 @@ if (typeof YAHOO.lacuna.MapPlanet == "undefined" || !YAHOO.lacuna.MapPlanet) {
b.id = o.result.building.id;
b.level = o.result.building.level;
b.pending_build = o.result.building.pending_build;
b.work = o.result.building.work;
b.x = x;
b.y = y;
//YAHOO.log(b, "info", "MapPlanet.Build.success.building");
Expand Down

0 comments on commit 541b464

Please sign in to comment.