Fix ignore logic.
This commit is contained in:
parent
79f467e60c
commit
2704207dc2
|
@ -96,7 +96,7 @@ namespace IngameScript
|
||||||
if (MyIni.HasSection(block.CustomData, "docking"))
|
if (MyIni.HasSection(block.CustomData, "docking"))
|
||||||
{
|
{
|
||||||
Ini.TryParse(block.CustomData);
|
Ini.TryParse(block.CustomData);
|
||||||
return Ini.Get("docking", "ignore").ToBoolean(false);
|
return !Ini.Get("docking", "ignore").ToBoolean(false);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user