fix: RegNPC 버그 수정, event handler 규격 버그 수정
This commit is contained in:
@@ -14,7 +14,7 @@ class EventHandler{
|
||||
|
||||
}
|
||||
|
||||
public function tryRunEvent(array $env=null){
|
||||
public function tryRunEvent(array $env){
|
||||
$result = $this->condition->eval($env);
|
||||
|
||||
if(!$result['value']){
|
||||
|
||||
Reference in New Issue
Block a user