diff --git a/apps/openmw-mp/processors/player/ProcessorPlayerJournal.hpp b/apps/openmw-mp/processors/player/ProcessorPlayerJournal.hpp index 48adf9b48..bb783ad32 100644 --- a/apps/openmw-mp/processors/player/ProcessorPlayerJournal.hpp +++ b/apps/openmw-mp/processors/player/ProcessorPlayerJournal.hpp @@ -22,6 +22,8 @@ namespace mwmp { DEBUG_PRINTF(strPacketID.c_str()); + packet.Send(true); + Script::Call(player.getId()); } }; diff --git a/apps/openmw/mwmp/processors/player/ProcessorPlayerJournal.hpp b/apps/openmw/mwmp/processors/player/ProcessorPlayerJournal.hpp index c1b8b5f2e..37725344b 100644 --- a/apps/openmw/mwmp/processors/player/ProcessorPlayerJournal.hpp +++ b/apps/openmw/mwmp/processors/player/ProcessorPlayerJournal.hpp @@ -20,8 +20,6 @@ namespace mwmp virtual void Do(PlayerPacket &packet, BasePlayer *player) { - if (!isLocal()) return; - if (isRequest()) { // Entire journal cannot currently be requested from players