국기 변경 수정, 아이템 보상 추가
This commit is contained in:
@@ -67,7 +67,7 @@ trait LazyVarUpdater{
|
||||
}
|
||||
|
||||
function updateVar(string $key, $value){
|
||||
if($this->raw[$key] === $value){
|
||||
if(($this->raw[$key]??null) === $value){
|
||||
return;
|
||||
}
|
||||
if(!key_exists($key, $this->updatedVar)){
|
||||
|
||||
Reference in New Issue
Block a user