Merge master into api3/network

This commit is contained in:
Dylan K. Taylor
2017-04-10 21:21:29 +01:00
committed by GitHub
9 changed files with 141 additions and 32 deletions

View File

@ -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;
}
}
}