Forgot that mutex

This commit is contained in:
md_5 2013-04-28 10:41:03 +10:00
parent 0d7759f50b
commit 5bf616dc4d

View File

@ -227,7 +227,6 @@ public final class UserConnection implements ProxiedPlayer
}
@Override
@Synchronized("permMutex")
public Collection<String> getGroups()
{
return Collections.unmodifiableCollection( groups );