Fixed annotation mismatch

This commit is contained in:
Auxilor
2023-03-13 15:24:51 +00:00
parent 4221368388
commit fb17fc1383

View File

@@ -1115,6 +1115,7 @@ public abstract class EcoPlugin extends JavaPlugin implements PluginLike, Regist
}
@Override
@NotNull
public final String getID() {
return this.getName().toLowerCase();
}