버그 수정
This commit is contained in:
@@ -22,7 +22,7 @@ class ReqGeneralRice extends Constraint{
|
||||
$this->checkInputValues();
|
||||
$this->tested = true;
|
||||
|
||||
if($this->general['rice'] < $this->arg){
|
||||
if($this->general['rice'] >= $this->arg){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user