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