Skip to content

Commit

Permalink
Remove obsolete tab lists
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Dec 1, 2017
1 parent ed23e3b commit eb288a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 195 deletions.
14 changes: 0 additions & 14 deletions proxy/src/main/java/net/md_5/bungee/UserConnection.java
Expand Up @@ -153,20 +153,6 @@ public void init()

this.displayName = name;

/*
switch ( getPendingConnection().getListener().getTabListType() )
{
case "GLOBAL":
tabListHandler = new Global( this );
break;
case "SERVER":
tabListHandler = new ServerUnique( this );
break;
default:
tabListHandler = new GlobalPing( this );
break;
}
*/
tabListHandler = new ServerUnique( this );

Collection<String> g = bungee.getConfigurationAdapter().getGroups( name );
Expand Down
140 changes: 0 additions & 140 deletions proxy/src/main/java/net/md_5/bungee/tab/Global.java

This file was deleted.

41 changes: 0 additions & 41 deletions proxy/src/main/java/net/md_5/bungee/tab/GlobalPing.java

This file was deleted.

0 comments on commit eb288a8

Please sign in to comment.