mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-12 14:51:50 +00:00
[Client] Fix crash on drag&drop
This commit is contained in:
parent
c65d6c1328
commit
e5e13b21ae
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ void ObjectList::placeObjects(MWWorld::CellStore* cellStore)
|
||||||
|
|
||||||
for (const auto &baseObject : baseObjects)
|
for (const auto &baseObject : baseObjects)
|
||||||
{
|
{
|
||||||
LOG_APPEND(Log::LOG_VERBOSE, "- cellRef: %s %i-%i, count: %i, charge: %i, enchantmentCharge: %i, soul: %s",
|
LOG_APPEND(Log::LOG_VERBOSE, "- cellRef: %s %i-%i, count: %i, charge: %i, enchantmentCharge: %.2f, soul: %s",
|
||||||
baseObject.refId.c_str(), baseObject.refNum, baseObject.mpNum, baseObject.count, baseObject.charge,
|
baseObject.refId.c_str(), baseObject.refNum, baseObject.mpNum, baseObject.count, baseObject.charge,
|
||||||
baseObject.enchantmentCharge, baseObject.soul.c_str());
|
baseObject.enchantmentCharge, baseObject.soul.c_str());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue