diff --git a/source/tools/entity/checkrefs.py b/source/tools/entity/checkrefs.py index 0b13c3ba9d..d97b9cf606 100755 --- a/source/tools/entity/checkrefs.py +++ b/source/tools/entity/checkrefs.py @@ -169,7 +169,7 @@ class CheckRefs: from validate_dae import DaeValidator dv = DaeValidator(self.vfs_root, self.mods) - self.inError = not dv.run() + self.inError = self.inError or not dv.run() return not self.inError