Rename and clean up MapleDataFileEntry

This commit is contained in:
P0nk
2021-09-09 21:50:40 +02:00
parent eb935b4143
commit ae59916e98
9 changed files with 15 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ public class MonsterStatFetcher {
DataDirectoryEntry root = data.getRoot();
System.out.print("Parsing mob stats... ");
for (MapleDataFileEntry mFile : root.getFiles()) {
for (DataFileEntry mFile : root.getFiles()) {
try {
String fileName = mFile.getName();