summaryrefslogtreecommitdiffstats
path: root/src/Net/Packets/UserListPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net/Packets/UserListPacket.h')
-rw-r--r--src/Net/Packets/UserListPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/Packets/UserListPacket.h b/src/Net/Packets/UserListPacket.h
index d099fab..364a36d 100644
--- a/src/Net/Packets/UserListPacket.h
+++ b/src/Net/Packets/UserListPacket.h
@@ -35,7 +35,7 @@ class UserListPacket : public Packet {
uint32_t gid;
};
- uint16_t *nUsers;
+ uint32_t *nUsers;
UserData *userData;
char *charData;