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.")