Increase alias priority

This commit is contained in:
boy0001 2015-07-21 21:04:14 +10:00
parent 8a4c178a68
commit bf7616eef0

View File

@ -161,7 +161,7 @@ public class MainUtil {
count++;
}
if (alias != null && alias.equals(plot.settings.getAlias())) {
count++;
count+=2;
}
if (count != 0) {
plotList.get(count - 1).add(plot);