mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Don't need this
This commit is contained in:
parent
951a6b82a2
commit
b7a8c8ecd6
@ -1945,7 +1945,6 @@ public class PS {
|
|||||||
* Setup the storage file (load + save missing nodes)
|
* Setup the storage file (load + save missing nodes)
|
||||||
*/
|
*/
|
||||||
private void setupStorage() {
|
private void setupStorage() {
|
||||||
this.storage.set("version", StringMan.join(this.version, "."));
|
|
||||||
Storage.load(storageFile);
|
Storage.load(storageFile);
|
||||||
Storage.save(storageFile);
|
Storage.save(storageFile);
|
||||||
storage = YamlConfiguration.loadConfiguration(storageFile);
|
storage = YamlConfiguration.loadConfiguration(storageFile);
|
||||||
|
Loading…
Reference in New Issue
Block a user