mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 04:45:32 +00:00
Fix packetID for new packet
This commit is contained in:
parent
1feec58ed2
commit
fd6dd5daa8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue