ArcadeManager doing .zip check, but not acting upon it

This commit is contained in:
xGamingDudex 2016-06-29 03:46:58 +02:00
parent 8ad63ef7ea
commit 9d8eb1f044
1 changed files with 1 additions and 1 deletions

View File

@ -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));