Support uuid in config.yml
This commit is contained in:
parent
6e5132f914
commit
81d1c46a0d
@ -161,6 +161,7 @@ public final class UserConnection implements ProxiedPlayer
|
||||
tabListHandler = new ServerUnique( this );
|
||||
|
||||
Collection<String> g = bungee.getConfigurationAdapter().getGroups( name );
|
||||
g.addAll( bungee.getConfigurationAdapter().getGroups( getUniqueId().toString() ) );
|
||||
for ( String s : g )
|
||||
{
|
||||
addGroups( s );
|
||||
|
Loading…
Reference in New Issue
Block a user