forked from mirror/openmw-tes3mp
[Server] Remove redundant argument
This commit is contained in:
parent
f377164db9
commit
64b531aa3c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace mwmp
|
||||||
|
|
||||||
Networking::get().getState().getEventCtrl().Call<CoreEvent::ON_PLAYER_CELLCHANGE>(player);
|
Networking::get().getState().getEventCtrl().Call<CoreEvent::ON_PLAYER_CELLCHANGE>(player);
|
||||||
|
|
||||||
LOG_APPEND(Log::LOG_INFO, "- Finished processing ID_PLAYER_CELL_CHANGE", player->cell.getDescription().c_str());
|
LOG_APPEND(Log::LOG_INFO, "- Finished processing ID_PLAYER_CELL_CHANGE");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
LOG_APPEND(Log::LOG_INFO, "- Ignored because %s is dead", player->npc.mName.c_str());
|
LOG_APPEND(Log::LOG_INFO, "- Ignored because %s is dead", player->npc.mName.c_str());
|
||||||
|
|
Loading…
Reference in a new issue