This commit is contained in:
boy0001
2015-09-14 20:43:51 +10:00
parent 064a555ba1
commit 4002ed4de1
2 changed files with 6 additions and 16 deletions

View File

@ -425,16 +425,6 @@ public class MainUtil {
}
return myplots;
}
public static boolean equals(final Object a, final Object b) {
if (a == b) {
return true;
}
if ((a == null) ^ (b == null)) {
return false;
}
return a.equals(b);
}
/**
* Get the number of plots for a player