This commit is contained in:
Alice Harris
2015-03-15 07:44:36 +10:00
parent 3ae1ad92a1
commit 9199c6c7e2
2 changed files with 5 additions and 3 deletions

View File

@@ -267,8 +267,10 @@ habitrpg.controller("InventoryCtrl",
user.ops.equip({params:{type: 'mount', key: mount}});
}
var background = user.preferences.background;
User.user.ops.unlock({query:{path:"background."+background}});
// var background = user.preferences.background;
// User.user.ops.unlock({query:{path:"background."+background}});
// commented out until we fix this bug:
// https://github.com/HabitRPG/habitrpg/issues/4857#issuecomment-80722868
break;
}