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

@@ -26,7 +26,7 @@ import java.util.*;
@AutoRegisterListener
@Commands (CommandHolderType.File)
@Version (major = 5, minor = 2, revision = 0, compatible = 4)
@Version (major = 5, minor = 2, revision = 1, compatible = 4)
public class Saylol implements Module {
private File lolLocation = new File(Main.plugin.getDataFolder(), "lol.json");