fix: Wrong comment

This commit is contained in:
Dazed 2023-04-09 08:36:18 -05:00
parent 4e57457e85
commit 6be2d75a82

View file

@ -80,7 +80,7 @@ def handleFiles(filename):
start = time.time()
translatedData = parseNames(data, filename, 'Classes')
# Classes File
# Items File
if 'Items' in filename:
start = time.time()
translatedData = parseNames(data, filename, 'Items')