mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Merge pull request #324 from diamante0018/develop
Fix flags being always parsed
This commit is contained in:
commit
34812bc202
@ -37,6 +37,7 @@ namespace utils::flags
|
||||
if (!parsed)
|
||||
{
|
||||
parse_flags(enabled_flags);
|
||||
parsed = true;
|
||||
}
|
||||
|
||||
for (const auto& entry : enabled_flags)
|
||||
|
Loading…
Reference in New Issue
Block a user