fix: clang compilation issues

This commit is contained in:
Jan Laupetin
2026-01-27 23:49:37 +01:00
parent c602170fb3
commit 38038f8fad
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -134,10 +134,10 @@ int main(int argc, const char** argv)
ModManArgs args;
auto shouldContinue = true;
if (!args.ParseArgs(MODMAN_ARGC, MODMAN_ARGV, shouldContinue))
return false;
return 1;
if (!shouldContinue)
return true;
return 0;
con::info("Starting ModMan " GIT_VERSION);