mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Fix send to specific GUID actually broadcasting to everyone
This commit is contained in:
@@ -258,7 +258,7 @@ void RakNetInstance::send(const RakNet::RakNetGUID& guid, Packet* packet)
|
||||
RakNet::BitStream bs;
|
||||
packet->write(&bs);
|
||||
|
||||
m_pRakPeerInterface->Send(&bs, HIGH_PRIORITY, RELIABLE, 0, guid, true);
|
||||
m_pRakPeerInterface->Send(&bs, HIGH_PRIORITY, RELIABLE, 0, guid, false);
|
||||
|
||||
delete packet;
|
||||
// return 1300; --- ida tells me this returns 1300. Huh
|
||||
|
||||
Reference in New Issue
Block a user