From 9070090f5ca371620d0c5edeab45724b0d082959 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 11 Oct 2023 12:44:19 +0200 Subject: [PATCH] fix typo combo --- mappings/engine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/engine.ts b/mappings/engine.ts index edcd83f..e2281d1 100644 --- a/mappings/engine.ts +++ b/mappings/engine.ts @@ -339,7 +339,7 @@ export default class { // debug land if (has_prise_type_combo_ccs) { - newProperties['socket:type_2_combo:output'] = out; + newProperties['socket:type2_combo:output'] = out; this.stats.power_output++ }