mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
Fixes #613
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user