From f12a2772e0bc339b106e76688e77127d0d02832d Mon Sep 17 00:00:00 2001 From: noncomputable Date: Thu, 27 Sep 2018 11:06:39 -0400 Subject: [PATCH] added buildings to index, as it needs to set agentmap.prototype.buildingify --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 6347f79..d6abce0 100644 --- a/src/index.js +++ b/src/index.js @@ -3,4 +3,4 @@ agents = require('./agents'), buildings = require('./buildings'), utils = require('./utils'); -L.A = Object.assign({}, agentmap, agents, buildings, utils); +L.A = Object.assign({}, agentmap, agents, utils);