forked from teamnwah/openmw-tes3coop
Fix arguments for OnPlayerChangeJournal in server Networking
This commit is contained in:
parent
d308897f95
commit
869b32383e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue