From 7903462d836c54bb8bb13fabbf30814e85d9724e Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Sun, 30 Aug 2020 01:50:35 +0200 Subject: [PATCH] Fixed config updater --- src/Wertzui123/BedrockClans/Main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Wertzui123/BedrockClans/Main.php b/src/Wertzui123/BedrockClans/Main.php index 92fca9f..b07bdac 100644 --- a/src/Wertzui123/BedrockClans/Main.php +++ b/src/Wertzui123/BedrockClans/Main.php @@ -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 { @@ -404,4 +404,4 @@ public function onDisable(): void $this->withdrawCooldownsFile->save(); } -} \ No newline at end of file +}