Fix tab list

This commit is contained in:
md_5
2014-08-31 19:01:24 +10:00
parent faa284c8fc
commit f15eed338d
4 changed files with 19 additions and 7 deletions

View File

@@ -19,6 +19,12 @@
<description>Minimal implementation of the Minecraft protocol for use in BungeeCord</description>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-chat</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>