diff --git a/src/pocketmine/event/Event.php b/src/pocketmine/event/Event.php index b9fe376db..2b54763d0 100644 --- a/src/pocketmine/event/Event.php +++ b/src/pocketmine/event/Event.php @@ -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; } -} \ No newline at end of file +}