mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 00:59:51 +00:00
turn EventPriority into final class instead of abstract class
This commit is contained in:
parent
b2cd13daac
commit
4b0b923ca0
@ -35,7 +35,12 @@ use function strtoupper;
|
||||
*
|
||||
* MONITOR events should not change the event outcome or contents
|
||||
*/
|
||||
abstract class EventPriority{
|
||||
final class EventPriority{
|
||||
|
||||
private function __construct(){
|
||||
//NOOP
|
||||
}
|
||||
|
||||
public const ALL = [
|
||||
self::LOWEST,
|
||||
self::LOW,
|
||||
|
Loading…
x
Reference in New Issue
Block a user