Archived
0

Fixed Version

This commit is contained in:
Minenash
2019-01-14 13:27:04 -05:00
parent ac97d14d42
commit a06b181ef8

View File

@@ -34,7 +34,7 @@ import net.nemez.chatapi.ChatAPI;
@Commands(CommandHolderType.File)
@AutoRegisterListener
@Version(major = 5, minor = 1, revision = 0, compatible = 4)
@Version(major = 5, minor = 1, revision = 1, compatible = 4)
public class Chat implements Module, Listener {
private final Map<String, String> defaults = new HashMap<>();
private Set<UUID> chatonly = new HashSet<>();