diff --git a/ReflexToQ3/includes/EntityConverter.cpp b/ReflexToQ3/includes/EntityConverter.cpp index 4fb38ee..7847fc4 100644 --- a/ReflexToQ3/includes/EntityConverter.cpp +++ b/ReflexToQ3/includes/EntityConverter.cpp @@ -200,7 +200,7 @@ std::vector EntityConverter::convert(std::vector 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