fix: RegNPC 버그 수정, event handler 규격 버그 수정

This commit is contained in:
2021-03-19 18:09:53 +09:00
parent 7a939b7024
commit 911cb614a5
6 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -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']){