Fixed the probably most retarded thing one of us has ever done (and I think it wasn't me this time) - connecting Replays now works again
This commit is contained in:
@@ -56,7 +56,7 @@ public class GuiConnectPart extends GuiStudioPart {
|
|||||||
OUTER:
|
OUTER:
|
||||||
for (GuiEntryListStringEntry fileName : filesToConcat) {
|
for (GuiEntryListStringEntry fileName : filesToConcat) {
|
||||||
for (File file : replayFiles) {
|
for (File file : replayFiles) {
|
||||||
if (fileName.equals(FilenameUtils.getBaseName(file.getAbsolutePath()))) {
|
if (fileName.getDisplayString().equals(FilenameUtils.getBaseName(file.getAbsolutePath()))) {
|
||||||
inputFiles.add(file);
|
inputFiles.add(file);
|
||||||
continue OUTER;
|
continue OUTER;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user