mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-03 13:05:29 +02:00
Various changes and Merge Economy Fix
This commit is contained in:
@@ -155,9 +155,6 @@ public abstract class Command<E extends CommandCaller> extends CommandManager {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (obj == null) {
|
||||
return false;
|
||||
}
|
||||
if (getClass() != obj.getClass()) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user