- remove '... is already the default skill' error

This commit is contained in:
alexey.lysiuk 2019-08-17 11:49:16 +03:00
parent 7e9a777b45
commit a5e10fd863
1 changed files with 0 additions and 4 deletions

View File

@ -300,10 +300,6 @@ void FMapInfoParser::ParseSkill ()
}
else if (sc.Compare("DefaultSkill"))
{
if (DefaultSkill >= 0)
{
sc.ScriptError("%s is already the default skill\n", AllSkills[DefaultSkill].Name.GetChars());
}
thisisdefault = true;
}
else if (!ParseCloseBrace())