mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[Server] Fix log message
This commit is contained in:
parent
e909652b9b
commit
ee494887e1
@ -194,7 +194,7 @@ void CellController::update(Player *player)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Player %s (%d) unloaded cell: %s", player->npc.mName, player->getId(), cell.cell.getDescription().c_str());
|
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Player %s (%d) unloaded cell: %s", player->npc.mName.c_str(), player->getId(), cell.cell.getDescription().c_str());
|
||||||
Cell *c;
|
Cell *c;
|
||||||
if (!cell.cell.isExterior())
|
if (!cell.cell.isExterior())
|
||||||
c = getCellByName(cell.cell.mName);
|
c = getCellByName(cell.cell.mName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user