mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-03 10:43:45 +01:00
Force UUID update on login
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user