Archived
0

Fixed Double First Join

This commit is contained in:
Minenash
2018-11-08 07:42:19 -05:00
committed by GitHub
parent 6a03db5077
commit f97003e7ee

View File

@@ -231,7 +231,7 @@ public class Check implements Module, Listener
.appendText("\n&7Data provided by redstoner:")
.appendSuggestHover("\n&6> UUID: &e" + uuid, uuid, "Click to copy!")
.appendText("\n&6> First joined: &e" + firstJoin)
.appendText("\n&6> First joined: &e" + firstJoin)
.appendText("\n&6> Last Seen: &e" + lastseen)
.appendText("\n&6> Website account: &e").appendLink(websiteUrl, websiteUrl)
.appendText("\n&6> Email: &e" + (emailNotConfirmed ? "\n&6> &cEmail NOT Confirmed!" : ""))
.appendSuggestHover("&e" + email, email, "Click to copy!")