Skip to content

Commit

Permalink
Fixed config updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertzui123 authored Aug 29, 2020
1 parent ec7da65 commit 7903462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wertzui123/BedrockClans/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Main extends PluginBase
private $withdrawCooldownsFile;
private $players = [];

const CONFIG_VERSION = 3.1;
const CONFIG_VERSION = 3.2;

public function onEnable(): void
{
Expand Down Expand Up @@ -404,4 +404,4 @@ public function onDisable(): void
$this->withdrawCooldownsFile->save();
}

}
}

0 comments on commit 7903462

Please sign in to comment.