forked from mirror/openmw-tes3mp
[General] Forward PlayerJournal packets to other players
This commit is contained in:
parent
0189dbf916
commit
04c9c5ed48
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue