Resolved trigger teleports' target tag missing end quote
This commit is contained in:
parent
757daa6dd1
commit
5b3683f277
@ -216,7 +216,7 @@ std::vector<std::string> EntityConverter::convert(std::vector<std::string> lines
|
||||
|
||||
convertedLines.push_back ( "\"classname\" \"trigger_teleport\"\n" );
|
||||
std::stringstream oss;
|
||||
oss << "\"target\" \"" << targetName << std::endl;
|
||||
oss << "\"target\" \"" << targetName << "\"" << std::endl;
|
||||
convertedLines.push_back ( oss.str() );
|
||||
}
|
||||
else if ( type == "Target" ) { ///TARGET
|
||||
|
Loading…
Reference in New Issue
Block a user