mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Added empty onLoad method
This commit is contained in:
parent
d5ab98deaf
commit
5a878cbd0d
@ -77,6 +77,10 @@ public class DynmapPlugin extends JavaPlugin {
|
||||
return webServer;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
}
|
||||
|
||||
public void onEnable() {
|
||||
permissions = NijikokunPermissions.create(getServer(), "dynmap");
|
||||
if (permissions == null)
|
||||
|
Loading…
Reference in New Issue
Block a user