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

@@ -136,5 +136,5 @@
"displayNameDescription3": "and scroll down to the Registration section to change your login name.", "displayNameDescription3": "and scroll down to the Registration section to change your login name.",
"unequipBattleGear": "Unequip Battle Gear", "unequipBattleGear": "Unequip Battle Gear",
"unequipCostume": "Unequip Costume", "unequipCostume": "Unequip Costume",
"unequipPetMountBackground": "Unequip Pet, Mount, Background" "unequipPetMountBackground": "Unequip Pet, Mount"
} }

View File

@@ -267,8 +267,10 @@ habitrpg.controller("InventoryCtrl",
user.ops.equip({params:{type: 'mount', key: mount}}); user.ops.equip({params:{type: 'mount', key: mount}});
} }
var background = user.preferences.background; // var background = user.preferences.background;
User.user.ops.unlock({query:{path:"background."+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; break;
} }