feat(Access): changed casing
All checks were successful
Build the Docker Image / docker (push) Successful in 5m20s
All checks were successful
Build the Docker Image / docker (push) Successful in 5m20s
This commit is contained in:
parent
02a88f53da
commit
ebb56bddce
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ public class CosmeticSocket implements SocketHandler, ListenerAdapter {
|
||||||
|
|
||||||
Collection<String> allowedUUIDs = access.getStringList(path);
|
Collection<String> allowedUUIDs = access.getStringList(path);
|
||||||
|
|
||||||
return allowedUUIDs.contains(uuid.toUpperCase());
|
return allowedUUIDs.contains(uuid.toLowerCase());
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue