diff --git a/components/openmw-mp/Packets/PacketTime.hpp b/components/openmw-mp/Packets/PacketTime.hpp index 2cb3d90d9..3835e17dd 100644 --- a/components/openmw-mp/Packets/PacketTime.hpp +++ b/components/openmw-mp/Packets/PacketTime.hpp @@ -13,7 +13,6 @@ namespace mwmp class PacketTime : public BasePacket { public: - const static int StatsCount = 27; PacketTime(RakNet::RakPeerInterface *peer); virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send);