1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 16:15:31 +00:00

Remove leftover variable

This commit is contained in:
David Cernat 2016-09-25 12:53:30 +03:00
parent 7e4543ffcb
commit 3e2fec973d

View file

@ -13,7 +13,6 @@ namespace mwmp
class PacketTime : public BasePacket class PacketTime : public BasePacket
{ {
public: public:
const static int StatsCount = 27;
PacketTime(RakNet::RakPeerInterface *peer); PacketTime(RakNet::RakPeerInterface *peer);
virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send); virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send);