mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 06:21:29 -04:00
Fix packetID for new packet
This commit is contained in:
parent
1feec58ed2
commit
fd6dd5daa8
@ -5,7 +5,7 @@ using namespace mwmp;
|
||||
|
||||
PacketMusicPlay::PacketMusicPlay(RakNet::RakPeerInterface *peer) : WorldPacket(peer)
|
||||
{
|
||||
packetID = ID_VIDEO_PLAY;
|
||||
packetID = ID_MUSIC_PLAY;
|
||||
}
|
||||
|
||||
void PacketMusicPlay::Packet(RakNet::BitStream *bs, WorldEvent *event, bool send)
|
||||
|
Loading…
x
Reference in New Issue
Block a user