@etothepii/satisfactory-file-parser
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -521,3 +521,3 @@ "use strict"; | ||
case 'Vector': | ||
value = (0, util_types_1.ParseVec3)(reader); | ||
value = (size === 12) ? (0, util_types_1.ParseVec3f)(reader) : (0, util_types_1.ParseVec3)(reader); | ||
break; | ||
@@ -529,3 +529,3 @@ case 'Rotator': | ||
case 'Quat': | ||
value = (0, util_types_1.ParseVec4)(reader); | ||
value = value = (size === 16) ? (0, util_types_1.ParseVec4f)(reader) : (0, util_types_1.ParseVec4)(reader); | ||
break; | ||
@@ -532,0 +532,0 @@ case 'Vector4': |
{ | ||
"name": "@etothepii/satisfactory-file-parser", | ||
"author": "etothepii", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "A file parser for satisfactory files. Includes save files and blueprint files.", | ||
@@ -6,0 +6,0 @@ "types": "./build/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227853