[General] Forward PlayerJournal packets to other players

0.6.1
David Cernat 8 years ago
parent 0189dbf916
commit 04c9c5ed48

@ -22,6 +22,8 @@ namespace mwmp
{
DEBUG_PRINTF(strPacketID.c_str());
packet.Send(true);
Script::Call<Script::CallbackIdentity("OnPlayerJournal")>(player.getId());
}
};

@ -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

Loading…
Cancel
Save