2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Minor code quality correction

This commit is contained in:
2022-04-06 19:32:30 -05:00
committed by ZarothYe
parent fd0c2a205e
commit 33bbc490be

View File

@ -1387,7 +1387,7 @@ hsBool plResManager::VerifyPages()
} }
// Handle all our conflicting pages now // Handle all our conflicting pages now
if (!invalidPages.empty() > 0) if (!invalidPages.empty())
return IDeleteBadPages(invalidPages, true); return IDeleteBadPages(invalidPages, true);
return true; return true;