Browse Source

Update lib/ScriptHandler.cpp

Co-authored-by: Andrii Danylchenko <[email protected]>
Alexander Shishkin 4 years ago
parent
commit
d74127cb84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ScriptHandler.cpp

+ 1 - 1
lib/ScriptHandler.cpp

@@ -89,7 +89,7 @@ void ScriptImpl::serializeJson(vstd::CLoggerBase * logger, JsonSerializeFormat &
 	{
 		resolveHost();
 
-		ResourceID sourcePathId("SCRIPTS/"+sourcePath);
+		ResourceID sourcePathId("SCRIPTS/" + sourcePath);
 
 		auto rawData = CResourceHandler::get()->load(sourcePathId)->readAll();