mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +00:00
Fix: remove space
This commit is contained in:
parent
3b254ad631
commit
ddd4004c95
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ void MWWorld::ContainerStore::addInitialItem (const std::string& id, const std::
|
||||||
//Update spawned count
|
//Update spawned count
|
||||||
itemInMap->second += std::abs(count);
|
itemInMap->second += std::abs(count);
|
||||||
}
|
}
|
||||||
count = std::abs(count);
|
count = std::abs(count);
|
||||||
|
|
||||||
ref.getPtr().getCellRef().setOwner(owner);
|
ref.getPtr().getCellRef().setOwner(owner);
|
||||||
addImp (ref.getPtr(), count);
|
addImp (ref.getPtr(), count);
|
||||||
|
|
Loading…
Reference in a new issue