Update tools/loadout_converter/loadout_converter.py

This commit is contained in:
AffectedArc07
2021-10-09 20:44:37 +01:00
committed by GitHub
parent f59cbdf70e
commit cef5cc0e2a
@@ -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.")