Fix inaccurate documentation for ServerCommandEvent

This commit is contained in:
Dylan K. Taylor 2017-07-14 16:28:47 +01:00
parent bb230c5812
commit e6a2b0f270

View File

@ -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;