mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed Events being called with reversed priority
This commit is contained in:
@ -23,7 +23,12 @@ namespace pocketmine\event;
|
||||
|
||||
|
||||
/**
|
||||
* List of event prioritoes
|
||||
* List of event priorities
|
||||
*
|
||||
* Events will be called in this order:
|
||||
* LOWEST -> LOW -> NORMAL -> HIGH -> HIGHEST -> MONITOR
|
||||
*
|
||||
* MONITOR events should not change the event outcome or contents
|
||||
*/
|
||||
abstract class EventPriority{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user