mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Allow AikarCommandManager.getPlugin() to be overridden
This commit is contained in:
@@ -192,7 +192,7 @@ public class AikarCommandManager {
|
||||
return this.manager;
|
||||
}
|
||||
|
||||
public final ACivMod getPlugin() {
|
||||
public ACivMod getPlugin() {
|
||||
return this.plugin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user