ArcadeManager doing .zip check, but not acting upon it
This commit is contained in:
parent
8ad63ef7ea
commit
9d8eb1f044
@ -1043,7 +1043,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
||||
|
||||
name = name.substring(name.length() - 4, name.length());
|
||||
|
||||
if (file.getName().equals(".zip"))
|
||||
if (!name.equals(".zip"))
|
||||
continue;
|
||||
|
||||
maps.add(file.getName().substring(0, file.getName().length() - 4));
|
||||
|
Loading…
Reference in New Issue
Block a user