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