summaryrefslogtreecommitdiffstats
path: root/src/Net/Packets/HostListPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net/Packets/HostListPacket.h')
-rw-r--r--src/Net/Packets/HostListPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/Packets/HostListPacket.h b/src/Net/Packets/HostListPacket.h
index 4d0b2d0..2cec9b0 100644
--- a/src/Net/Packets/HostListPacket.h
+++ b/src/Net/Packets/HostListPacket.h
@@ -33,7 +33,7 @@ namespace Packets {
class HostListPacket : public Packet {
protected:
struct HostData {
- uint16_t status;
+ uint16_t state;
};
uint16_t *nHosts;