Make sure to init the tab list

This commit is contained in:
md_5 2013-06-08 14:08:48 +10:00
parent b4220e9229
commit 0235c4a01e

View File

@ -111,6 +111,7 @@ public final class UserConnection implements ProxiedPlayer
{
throw new RuntimeException( ex );
}
this.tabList.init( this );
Collection<String> g = bungee.getConfigurationAdapter().getGroups( name );
for ( String s : g )