hook class filters 메소드에서 중첩이 안되는 오류 수정

This commit is contained in:
thisgun
2020-06-05 17:51:23 +09:00
parent 73a72af338
commit c2dbb74920

View File

@ -87,6 +87,9 @@ Class GML_Hook extends Hook {
foreach ($filters as $priority) {
foreach ($priority as $filter) {
if( isset($args[0]) ){
$args[0] = $value;
}
$replace = $that->runAction($filter, $args);
if( ! is_null($replace) ) {