forked from mirror/openmw-tes3mp
[Client] Fix build
This commit is contained in:
parent
09958681cd
commit
51a92bcf8f
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ void WorldEvent::runConsoleCommands(MWWorld::CellStore* cellStore)
|
|||
if (ptrFound)
|
||||
{
|
||||
LOG_APPEND(Log::LOG_VERBOSE, "-- Found %s, %i, %i", ptrFound.getCellRef().getRefId().c_str(),
|
||||
ptrFound.getCellRef().getRefNum(), ptrFound.getCellRef().getMpNum());
|
||||
ptrFound.getCellRef().getRefNum().mIndex, ptrFound.getCellRef().getMpNum());
|
||||
|
||||
windowManager->setConsolePtr(ptrFound);
|
||||
windowManager->executeCommandInConsole(consoleCommand);
|
||||
|
|
Loading…
Reference in a new issue