mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
corrected an error message
This commit is contained in:
parent
9b0766b678
commit
679754b305
@ -17,7 +17,7 @@ bool CSMFilter::ValueNode::test (const CSMWorld::IdTable& table, int row,
|
|||||||
const std::map<int, int>::const_iterator iter = columns.find (mColumnId);
|
const std::map<int, int>::const_iterator iter = columns.find (mColumnId);
|
||||||
|
|
||||||
if (iter==columns.end())
|
if (iter==columns.end())
|
||||||
throw std::logic_error ("invalid column in test value test");
|
throw std::logic_error ("invalid column in value node test");
|
||||||
|
|
||||||
if (iter->second==-1)
|
if (iter->second==-1)
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user