mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-07 05:15:32 +00:00
[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);
|
||||
|
||||
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
|
||||
LOG_APPEND(Log::LOG_INFO, "- Ignored because %s is dead", player->npc.mName.c_str());
|
||||
|
|
Loading…
Reference in a new issue