mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Forgot loop exit condition in Git masterlist parsing check.
This commit is contained in:
@@ -469,6 +469,8 @@ namespace boss {
|
||||
it->EvalCondition(game, g_lang_any);
|
||||
}
|
||||
|
||||
parsingFailed = false;
|
||||
|
||||
} catch (std::exception& e) {
|
||||
parsingFailed = true;
|
||||
rollbacks++;
|
||||
|
||||
Reference in New Issue
Block a user