Forgot that mutex
This commit is contained in:
parent
0d7759f50b
commit
5bf616dc4d
@ -227,7 +227,6 @@ public final class UserConnection implements ProxiedPlayer
|
||||
}
|
||||
|
||||
@Override
|
||||
@Synchronized("permMutex")
|
||||
public Collection<String> getGroups()
|
||||
{
|
||||
return Collections.unmodifiableCollection( groups );
|
||||
|
Loading…
Reference in New Issue
Block a user