misc tidying

This commit is contained in:
Luck
2018-10-07 19:48:20 +01:00
Unverified
parent dac59966aa
commit f96518b8e4
6 changed files with 18 additions and 21 deletions
@@ -90,10 +90,5 @@ public class BungeeContextManager extends ContextManager<ProxiedPlayer> {
public Contexts getContexts() {
return this.contextsCache.get(this.key);
}
@Override
public ImmutableContextSet getContextSet() {
return getContexts().getContexts().makeImmutable();
}
}
}