mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
remove unequip background feature temporarily - fixes https://github.com/HabitRPG/habitrpg/issues/4857#issuecomment-80722868
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user