From 0ba5fc4d86f0b5346f3185de0402a9787a996fe6 Mon Sep 17 00:00:00 2001 From: Richyrick Date: Tue, 24 Jan 2017 16:37:40 +0100 Subject: [PATCH] Replace playerID with name in server response The syntax seems correct, although the example clearly wasn't --- chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.md b/chat.md index 7422319..cf02224 100644 --- a/chat.md +++ b/chat.md @@ -46,7 +46,7 @@ The message (CHAT MESSAGE) command sends a chat message to a client. It also tel #### Examples -`CHAT MESSAGE GOBAL 2 Hello!`: User #2 has sent the message hello in global chat +`CHAT MESSAGE GOBAL hans Hello!`: User hans has sent the message hello in global chat ### User