Archived
0

Fixed Abot and Saylol Version Numbers

This commit is contained in:
minenash
2019-05-31 20:24:44 -04:00
parent 56218fdbf2
commit e738ad0fc6
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File)
@AutoRegisterListener
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
@Version(major = 5, minor = 1, revision = 0, compatible = 4)
@SuppressWarnings("unchecked")
public class Abot implements Module, Listener {
private File answerFile = new File(Main.plugin.getDataFolder(), "abot.json");