[Client] Disable basic NPC sync in preparation for overhaul

This commit is contained in:
David Cernat 2017-04-07 16:04:21 +03:00
parent 1101ff1e28
commit e6536c7473

View file

@ -859,13 +859,13 @@ void Networking::processWorldPacket(RakNet::Packet *packet)
{
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Received ID_ACTOR_AUTHORITY about %s", worldEvent.cell.getDescription().c_str());
Main::get().getCellController()->initializeCellLocal(worldEvent.cell);
//Main::get().getCellController()->initializeCellLocal(worldEvent.cell);
break;
}
case ID_ACTOR_FRAME:
{
Main::get().getCellController()->readCellFrame(worldEvent);
//Main::get().getCellController()->readCellFrame(worldEvent);
break;
}