mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-16 23:08:45 +01: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