Remove uneeded blank spaces

This commit is contained in:
Blade Barringer
2015-09-16 19:58:55 -05:00
parent eb0dd636c1
commit 8881dbc034
2 changed files with 9 additions and 8 deletions

View File

@@ -263,6 +263,7 @@ habitrpg.controller("InventoryCtrl",
return keys.length === 0;
}
if (type === 'pets' || type === 'mounts') {
for (var key in Content.timeTravelStable[type]) {
if (!user.items[type][key]) return false;