added quote to fix issue #22
This commit is contained in:
parent
e2ee4e1325
commit
757daa6dd1
@ -200,7 +200,7 @@ std::vector<std::string> EntityConverter::convert(std::vector<std::string> lines
|
|||||||
|
|
||||||
convertedLines.push_back ( "\"classname\" \"trigger_push\"\n" );
|
convertedLines.push_back ( "\"classname\" \"trigger_push\"\n" );
|
||||||
std::stringstream oss;
|
std::stringstream oss;
|
||||||
oss << "\"target\" \"" << targetName << std::endl;
|
oss << "\"target\" \"" << targetName << "\"" << std::endl;
|
||||||
convertedLines.push_back ( oss.str() );
|
convertedLines.push_back ( oss.str() );
|
||||||
}
|
}
|
||||||
else if ( type == "Teleporter" ) { ///TELEPORTER
|
else if ( type == "Teleporter" ) { ///TELEPORTER
|
||||||
|
Loading…
Reference in New Issue
Block a user