Force UUID update on login

This commit is contained in:
boy0001 2015-02-25 18:22:42 +11:00
parent e950678230
commit fe9e4b7c51

View File

@ -35,9 +35,7 @@ public class UUIDHandler {
if ((uuid == null) || (name == null)) {
return;
}
if (!uuidMap.containsKey(name) && !uuidMap.inverse().containsKey(uuid)) {
uuidMap.put(name, uuid);
}
uuidMap.put(name, uuid);
}
/**