diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index a5ec229..d26ebb3 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -2174,7 +2174,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) // Create the _class property for this resource. SRP_JSON(objJSONScan, 'SetValue', '_class', 'resource') end - jsonScan = SRP_JSON(objJSONScan, 'Stringify', 'Styled') + jsonScan = SRP_JSON(objJSONScan, 'Stringify', 'Fast') SRP_JSON(objJSONScan, 'Release') end else Error_Services('Add', 'Unable to create JSON representation in the ' : Service : ' service.')