Skip to content

Commit bf37d7d

Browse files
committed
Bug reload fix
Alterada a versão para 3.3.2
1 parent f641426 commit bf37d7d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/br/neitan96/clockschedulerapi/commands/CReload.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public boolean onCommand(CommandSender commandSender, Command command, String s,
1616
ClockSchedulerAPI.log("Desativando plugin...");
1717
ClockSchedulerAPI.getInstance().onDisable();
1818
ClockSchedulerAPI.log("Ativando plugin...");
19+
ClockSchedulerAPI.getInstance().reloadConfig();
1920
ClockSchedulerAPI.getInstance().onEnable();
2021
return true;
2122
}

src/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'ClockSchedulerAPI'
2-
version: 3.3.1
2+
version: 3.3.2
33
description: 'Plugin de scheduler por data e hora.'
44
author: 'Neitan96'
55

0 commit comments

Comments
 (0)