mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-20 04:33:59 +00:00
Fix inaccurate documentation for ServerCommandEvent
This commit is contained in:
parent
bb230c5812
commit
e6a2b0f270
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user