From e6a2b0f27074554df72b556614cbe6b41d6d5451 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 14 Jul 2017 16:28:47 +0100 Subject: [PATCH] Fix inaccurate documentation for ServerCommandEvent --- src/pocketmine/event/server/ServerCommandEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/event/server/ServerCommandEvent.php b/src/pocketmine/event/server/ServerCommandEvent.php index 04c942c33..c72cf14ee 100644 --- a/src/pocketmine/event/server/ServerCommandEvent.php +++ b/src/pocketmine/event/server/ServerCommandEvent.php @@ -32,7 +32,7 @@ use pocketmine\event\Cancellable; * You don't want to use this except for a few cases like logging commands, * blocking commands on certain places, or applying modifiers. * - * The message contains a slash at the start + * The message DOES NOT contain a slash at the start */ class ServerCommandEvent extends ServerEvent implements Cancellable{ public static $handlerList = null;