Apply autofixes

This commit is contained in:
zontreck 2024-07-02 00:54:24 -07:00
parent 633fc37892
commit 03fef9863f
2 changed files with 4 additions and 2 deletions

View file

@ -474,8 +474,9 @@ class C2SRequestSnapshotList implements IPacket {
String trimmedFileName = str.trim().substring(0, str.trim().length - 3);
strippedFiles.add(trimmedFileName);
} else
} else {
strippedFiles.add(str);
}
}
snapshots.snapshotFileNames = strippedFiles;