From 99d57efdc16ba3f98a5165c3077d8614b60f9129 Mon Sep 17 00:00:00 2001 From: LucidCrux Date: Thu, 25 Jul 2013 20:33:04 -0600 Subject: [PATCH] bug fix Outside.init > set features.location.outside to true --- script/outside.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/outside.js b/script/outside.js index 5201e93..6146243 100644 --- a/script/outside.js +++ b/script/outside.js @@ -139,7 +139,7 @@ var Outside = { $.Dispatch('stateUpdate').subscribe(Outside.handleStateUpdates); if(typeof $SM.get('features.location.outside') == 'undefined') { - $SM.set('features.location.outside'); + $SM.set('features.location.outside', true); $SM.setM('game.outside', { buildings: {}, population: 0,