From e18241a6d03dc03cba138f341d3e77068fea6c04 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 25 Sep 2015 00:16:36 +0100 Subject: [PATCH] Server =!= is depreciated part 2 --- chapters/chat.md | 1 - 1 file changed, 1 deletion(-) diff --git a/chapters/chat.md b/chapters/chat.md index ff69813..09a57ed 100644 --- a/chapters/chat.md +++ b/chapters/chat.md @@ -11,7 +11,6 @@ sending messages, intercepting messages and registering chat commands. * Send a message to all players. * Send a message to a certain player. - * Server =!= * Chat commands. * Intercepting messages.