mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-02-15 11:21:54 +01:00
oops
This commit is contained in:
parent
6f29eea10c
commit
075a1bae53
@ -25,7 +25,7 @@ public abstract class Module {
|
||||
this.config = new ConfigWrapper(plugin, File.separator + "modules", getName() + ".yml");
|
||||
}
|
||||
|
||||
abstract String getName();
|
||||
public abstract String getName();
|
||||
|
||||
public abstract void run(Hopper hopper, Inventory hopperInventory);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user