mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Force UUID update on login
This commit is contained in:
parent
e950678230
commit
fe9e4b7c51
1 changed files with 1 additions and 3 deletions
|
@ -35,10 +35,8 @@ public class UUIDHandler {
|
|||
if ((uuid == null) || (name == null)) {
|
||||
return;
|
||||
}
|
||||
if (!uuidMap.containsKey(name) && !uuidMap.inverse().containsKey(uuid)) {
|
||||
uuidMap.put(name, uuid);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the map containing all names/uuids
|
||||
|
|
Loading…
Reference in a new issue