mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 05:36:45 +01:00
Force UUID update on login
This commit is contained in:
parent
e950678230
commit
fe9e4b7c51
@ -35,10 +35,8 @@ public class UUIDHandler {
|
|||||||
if ((uuid == null) || (name == null)) {
|
if ((uuid == null) || (name == null)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!uuidMap.containsKey(name) && !uuidMap.inverse().containsKey(uuid)) {
|
|
||||||
uuidMap.put(name, uuid);
|
uuidMap.put(name, uuid);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the map containing all names/uuids
|
* Get the map containing all names/uuids
|
||||||
|
Loading…
Reference in New Issue
Block a user