slight performance++

This commit is contained in:
Daniella / Tove 2023-09-29 12:37:09 +02:00
parent d6cd268f3c
commit 707ff8ca7d
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -16,6 +16,6 @@ public class AllowAllRestriction implements PermissionManager {
@Override
public PermissionManager clone() {
return new AllowAllRestriction();
return this;
}
}