fix more values (hopefully done)

also, Fixes #247 by changing passengers to pax
This commit is contained in:
willyb321
2018-04-17 17:31:11 +10:00
parent 57c1e83c67
commit 2d00cbc41b
4 changed files with 5 additions and 5 deletions

View File

@@ -228,7 +228,7 @@ export function getBlueprint(name, module) {
const findMod = val => Object.keys(Modifications.blueprints).find(elem => elem.toString().toLowerCase().search(val.toString().toLowerCase().replace(/(OutfittingFieldType_|persecond)/igm, '')) >= 0)
const found = Modifications.blueprints[findMod(name)];
if (!found || !found.fdname) {
return undefined;
return {};
}
const blueprint = JSON.parse(JSON.stringify(found));
if (module) {