|
|
@ -65,7 +65,7 @@ void LocalActor::update(bool forceUpdate)
|
|
|
|
|
|
|
|
|
|
|
|
void LocalActor::updateCell()
|
|
|
|
void LocalActor::updateCell()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Sending ID_ACTOR_CELL_CHANGE about %s %i-%i to server",
|
|
|
|
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Sending ID_ACTOR_CELL_CHANGE about %s %i-%i to server",
|
|
|
|
refId.c_str(), refNum, mpNum);
|
|
|
|
refId.c_str(), refNum, mpNum);
|
|
|
|
|
|
|
|
|
|
|
|
LOG_APPEND(Log::LOG_INFO, "- Moved from %s to %s", cell.getDescription().c_str(), ptr.getCell()->getCell()->getDescription().c_str());
|
|
|
|
LOG_APPEND(Log::LOG_INFO, "- Moved from %s to %s", cell.getDescription().c_str(), ptr.getCell()->getCell()->getDescription().c_str());
|
|
|
|