1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 16:29:55 +00:00

Remove period

This commit is contained in:
Sam Hellawell 2024-05-16 00:14:09 +01:00
parent e1cfd46f87
commit e98c4f86d6

View file

@ -597,7 +597,7 @@ namespace MWWorld
if (world->isActorCollisionEnabled(playerPtr) && newPos.pos[2] >= mLowestPoint - lowestPointAdjustment)
{
MWWorld::ActionTeleport(refId, newPos, false).execute(playerPtr);
Log(Debug::Warning) << "Player position has been reset due to falling into the void.";
Log(Debug::Warning) << "Player position has been reset due to falling into the void";
}
}
}