forked from teamnwah/openmw-tes3coop
[Server] Don't automatically share PlayerTopic packets between players
This commit is contained in:
parent
f532ab241d
commit
3aedc2e5bc
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ namespace mwmp
|
|||
{
|
||||
DEBUG_PRINTF(strPacketID.c_str());
|
||||
|
||||
packet.Send(true);
|
||||
|
||||
Script::Call<Script::CallbackIdentity("OnPlayerTopic")>(player.getId());
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue