Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Cochet committed Aug 1, 2016
1 parent acc2954 commit 468825a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils.map.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ var mapUitls = {
initialized: false,

init: function (room) {
this.miningSpots = [];
this.sources = [];
this.initialized = false;
var sources = room.find(FIND_SOURCES);
sources.forEach((source) => {
this.sources.push({
Expand Down

0 comments on commit 468825a

Please sign in to comment.