feat(Access): changed casing
All checks were successful
Build the Docker Image / docker (push) Successful in 5m20s

This commit is contained in:
Paul Fey 2025-06-07 14:56:52 +02:00
parent 02a88f53da
commit ebb56bddce

View file

@ -158,7 +158,7 @@ public class CosmeticSocket implements SocketHandler, ListenerAdapter {
Collection<String> allowedUUIDs = access.getStringList(path);
return allowedUUIDs.contains(uuid.toUpperCase());
return allowedUUIDs.contains(uuid.toLowerCase());
}
@EventHandler