mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-01 21:24:43 +02:00
Don't need this
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user