From c870ae53dcce16efe35c2cf6271b5ec3562d53fd Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 6 Jun 2021 13:23:56 +0100 Subject: [PATCH] Fix country ID in the documentation Signed-off-by: Graham --- share/doc/protocol/world-list.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/doc/protocol/world-list.md b/share/doc/protocol/world-list.md index 778029a91f..80d8bef679 100644 --- a/share/doc/protocol/world-list.md +++ b/share/doc/protocol/world-list.md @@ -33,17 +33,17 @@ The following fields are always present: #### Country -| Data type | Description | -|--------------------|----------------| -| UnsignedShortSmart | Flag sprite ID | -| VersionedString | Name | +| Data type | Description | +|--------------------|-------------| +| UnsignedShortSmart | ID | +| VersionedString | Name | #### World | Data type | Description | |--------------------|----------------------------------------------| | UnsignedShortSmart | Offset (world ID minus the minimum world ID) | -| UnsignedByte | Country ID (from the list in the packet) | +| UnsignedByte | Country index (in the list in the packet) | | Int | Flags (see below) | | VersionedString | Activity | | VersionedString | Hostname |