From 6def1bce25afaf5640747ea5542c22d18fa4da23 Mon Sep 17 00:00:00 2001 From: Jarno Date: Mon, 31 Jan 2022 13:32:24 +0100 Subject: [PATCH] [Docs] Made LocationInfoPacket more specific --- docs/network protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/network protocol.md b/docs/network protocol.md index 5864e62f..f1990a38 100644 --- a/docs/network protocol.md +++ b/docs/network protocol.md @@ -358,7 +358,7 @@ In JSON this may look like: `location` is the location id of the item inside the world -`player` is the player slot of the world the item is located in, except when inside an LocationInfoPacket then it will be the slot of the player to receive the item +`player` is the player slot of the world the item is located in, except when inside an [LocationInfo](#LocationInfo) Packet then it will be the slot of the player to receive the item `flags` are bit flags: | Flag | Meaning |