1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Fix: remove space

This commit is contained in:
MatthewRock 2015-12-09 18:26:33 +01:00
parent 3b254ad631
commit ddd4004c95

View file

@ -449,7 +449,7 @@ void MWWorld::ContainerStore::addInitialItem (const std::string& id, const std::
//Update spawned count
itemInMap->second += std::abs(count);
}
count = std::abs(count);
count = std::abs(count);
ref.getPtr().getCellRef().setOwner(owner);
addImp (ref.getPtr(), count);