mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Fix compile, consider this stable
This commit is contained in:
parent
d063b5a894
commit
b6c7799cc2
1 changed files with 4 additions and 0 deletions
|
@ -43,4 +43,8 @@ public class EssentialsPluginListener implements Listener, IConf {
|
|||
ess.getLogger().log(Level.INFO, "Payment method was disabled. No longer accepting payments.");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reloadConfig() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue