Added ability to reload (also using 'dynmap reload').
This commit is contained in:
parent
ca9be50422
commit
2866eaa905
4 changed files with 34 additions and 9 deletions
|
|
@ -7,4 +7,7 @@ public abstract class Component {
|
|||
this.plugin = plugin;
|
||||
this.configuration = configuration;
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue