This commit is contained in:
Michael
2014-04-23 22:24:27 -04:00
parent 4963fda7e8
commit a925349a13
+1 -1
View File
@@ -149,7 +149,7 @@ var Engine = {
Events.init();
Room.init();
if($SM.get('stores.wood')) {
if(typeof $SM.get('stores.wood') != 'undefined') {
Outside.init();
}
if($SM.get('stores.compass', true) > 0) {