mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Initial PHP 5.6 features support
This commit is contained in:
@@ -33,7 +33,7 @@ class MethodEventExecutor implements EventExecutor{
|
||||
}
|
||||
|
||||
public function execute(Listener $listener, Event $event){
|
||||
call_user_func(array($listener, $this->method), $event);
|
||||
$listener->{$this->getMethod()}($event);
|
||||
}
|
||||
|
||||
public function getMethod(){
|
||||
|
Reference in New Issue
Block a user