mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Wrong boolean inversions
This commit is contained in:
parent
da09ce831a
commit
dc474303c3
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ namespace ml_amt
|
|||
if(l_regex.IsMatch(l_param.name))
|
||||
{
|
||||
m_hash = l_param.nameHash;
|
||||
m_sync = (l_param.name[0] != '#');
|
||||
m_sync = !l_param.name.StartsWith('#');
|
||||
m_innerType = l_param.type;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue