Also move updater cache
From "cache/updater" to "storage/cache/updater"
This commit is contained in:
parent
6153da89a1
commit
c92d4429da
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class UpdaterManager {
|
||||||
|
|
||||||
public UpdaterManager(Plugin plugin) {
|
public UpdaterManager(Plugin plugin) {
|
||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
cacheFile = new File(plugin.getDataFolder(), "cache/updater");
|
cacheFile = new File(plugin.getDataFolder(), "storage/updater");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void init(PluginCommand updatesCommand){
|
public void init(PluginCommand updatesCommand){
|
||||||
|
|
Loading…
Reference in a new issue