mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-29 00:31:53 +08:00
Fixed bug #79
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user