VAL2를 VAL_max로 변경

This commit is contained in:
2020-03-28 19:43:40 +09:00
parent 42e8f8f610
commit baba2d34dd
46 changed files with 175 additions and 175 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class ReqCityCapacity extends Constraint{
[$this->key, $this->keyNick, $this->reqVal] = $this->arg;
$this->maxKey = $this->key.'2';
$this->maxKey = $this->key.'_max';
if(!key_exists($this->key, $this->city)){
if(!$throwExeception){return false; }