mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:53:52 +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)
|
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)
|
void PacketMusicPlay::Packet(RakNet::BitStream *bs, WorldEvent *event, bool send)
|
||||||
|
|
Loading…
Reference in a new issue