Fix build, Transwave Checkpoint

This commit is contained in:
cam900 2022-05-08 17:56:52 +09:00
parent 0ab1f69c7c
commit ab1ac51d68
4 changed files with 68 additions and 35 deletions

View file

@ -1755,8 +1755,9 @@ void DivEngine::registerSystems() {
} else {
return false;
}
break;
}
break;
return true;
}
);