Enhancement: allow enhancment with no GS entries
This commit is contained in:
parent
20564b29bc
commit
beb5c3e77d
|
@ -311,7 +311,7 @@ void CEnhancement::CheckValid(void)
|
||||||
m_OptionValue = "";
|
m_OptionValue = "";
|
||||||
m_CodeOptionSize = 0;
|
m_CodeOptionSize = 0;
|
||||||
|
|
||||||
if (m_Name.empty() || m_Entries.size() == 0)
|
if (m_Name.empty())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue