What's wrong with getting the UUID in this function?
#10
You are using true in the function cMojangAPI:GetUUIDFromPlayerName(Split[2], true).
True means that only the local cache will be used to lookup the uuid of the player. Set it to false, then it will connect to mojang to get the uuid.
cMojangAPI:GetUUIDFromPlayerName(Split[2], false)
Reply
Thanks given by:


Messages In This Thread
RE: What's wrong with getting the UUID in this function? - by Seadragon91 - 11-20-2015, 03:31 AM



Users browsing this thread: 1 Guest(s)