mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Increase alias priority
This commit is contained in:
parent
8a4c178a68
commit
bf7616eef0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue