1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-13 11:39:47 +00:00

Fix arguments for OnPlayerChangeJournal in server Networking

This commit is contained in:
David Cernat 2017-01-20 12:52:03 +02:00
parent d308897f95
commit 869b32383e

View file

@ -247,7 +247,7 @@ void Networking::processPlayerPacket(RakNet::Packet *packet)
DEBUG_PRINTF("ID_GAME_JOURNAL\n");
myPacket->Read(player);
Script::Call<Script::CallbackIdentity("OnPlayerChangeJournal")>(player->getId(), player->packetSpells.action);
Script::Call<Script::CallbackIdentity("OnPlayerChangeJournal")>(player->getId());
break;
}