mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Minor change
--HG-- branch : develop
This commit is contained in:
parent
1bb75d8956
commit
065d1dc84c
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ public:
|
||||||
|
|
||||||
// parse ai instance list
|
// parse ai instance list
|
||||||
vector<string> vs = md.getPropertyArray(prim, "ai_instances", true, false);
|
vector<string> vs = md.getPropertyArray(prim, "ai_instances", true, false);
|
||||||
/* if (vs..empty())
|
/* if (vs.empty())
|
||||||
{
|
{
|
||||||
string err = toString("crash block need at least one ai instance !");
|
string err = toString("crash block need at least one ai instance !");
|
||||||
throw EParseException(prim, err.c_str());
|
throw EParseException(prim, err.c_str());
|
||||||
|
|
Loading…
Reference in a new issue