Support uuid in config.yml
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user