1
0
Fork 1
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:
David Cernat 2016-11-21 00:03:41 +02:00
parent 1feec58ed2
commit fd6dd5daa8

View file

@ -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)