Archived
0

Update Seen.java

This commit is contained in:
Minenash
2017-10-31 08:56:17 -04:00
committed by GitHub
parent 21e072d3d2
commit 8d2266669a

View File

@@ -31,7 +31,7 @@ import com.redstoner.modules.datamanager.DataManager;
@AutoRegisterListener
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 0, revision = 3, compatible = 4)
@Version(major = 4, minor = 0, revision = 4, compatible = 4)
public class Seen implements Module, Listener
{
HashMap<UUID, JSONArray> names = new HashMap<>();