tool and ToolItem apply item aliases
parent
c241902b40
commit
00bc9a8678
|
@ -251,6 +251,7 @@ void ItemStack::deSerialize(std::istream &is, IItemDefManager *itemdef)
|
|||
count = 1;
|
||||
// Then read wear
|
||||
fnd.skip_over(" ");
|
||||
name = itemdef->getAlias(name);
|
||||
wear = stoi(trim(fnd.next("")));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue