mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Removed misleading outdated documentation (#519)
This commit is contained in:
committed by
Dylan K. Taylor
parent
f1510428d0
commit
fd982afce6
@ -30,8 +30,6 @@ abstract class Event{
|
|||||||
* Any callable event must declare the static variable
|
* Any callable event must declare the static variable
|
||||||
*
|
*
|
||||||
* public static $handlerList = null;
|
* public static $handlerList = null;
|
||||||
* public static $eventPool = [];
|
|
||||||
* public static $nextEvent = 0;
|
|
||||||
*
|
*
|
||||||
* Not doing so will deny the proper event initialization
|
* Not doing so will deny the proper event initialization
|
||||||
*/
|
*/
|
||||||
@ -85,4 +83,4 @@ abstract class Event{
|
|||||||
return static::$handlerList;
|
return static::$handlerList;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user