More fixes and improvements
This commit is contained in:
@@ -44,7 +44,7 @@ public class UUIDFetcher implements Callable<Map<String, UUID>> {
|
||||
String id = (String) jsonProfile.get("id");
|
||||
String name = (String) jsonProfile.get("name");
|
||||
UUID uuid = UUIDFetcher.getUUID(id);
|
||||
uuidMap.put(name, uuid);
|
||||
uuidMap.put(name.toLowerCase(), uuid);
|
||||
}
|
||||
if (rateLimiting && i != requests - 1) {
|
||||
Thread.sleep(100L);
|
||||
|
Reference in New Issue
Block a user