mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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)
|
||||
*/
|
||||
private void setupStorage() {
|
||||
this.storage.set("version", StringMan.join(this.version, "."));
|
||||
Storage.load(storageFile);
|
||||
Storage.save(storageFile);
|
||||
storage = YamlConfiguration.loadConfiguration(storageFile);
|
||||
|
Loading…
Reference in New Issue
Block a user