mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Fix inaccurate documentation for ServerCommandEvent
This commit is contained in:
@@ -32,7 +32,7 @@ use pocketmine\event\Cancellable;
|
|||||||
* You don't want to use this except for a few cases like logging commands,
|
* You don't want to use this except for a few cases like logging commands,
|
||||||
* blocking commands on certain places, or applying modifiers.
|
* 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{
|
class ServerCommandEvent extends ServerEvent implements Cancellable{
|
||||||
public static $handlerList = null;
|
public static $handlerList = null;
|
||||||
|
Reference in New Issue
Block a user