From cef5cc0e2adc1889247cf208becfa771418ae055 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sat, 9 Oct 2021 20:44:37 +0100 Subject: [PATCH] Update tools/loadout_converter/loadout_converter.py --- tools/loadout_converter/loadout_converter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/loadout_converter/loadout_converter.py b/tools/loadout_converter/loadout_converter.py index 2ea602585e5..816b33c085f 100644 --- a/tools/loadout_converter/loadout_converter.py +++ b/tools/loadout_converter/loadout_converter.py @@ -34,7 +34,6 @@ print("----------") raw_loadouts = {} converted_loadouts = {} for i in temp: - # We use strings here so it doesnt try use indexes raw_loadouts[i[0]] = i[1] print("Cached gear listings.")