Correctly handle boss bars on server transfers

This commit is contained in:
Andrew Steinborn
2018-07-30 01:03:42 -04:00
parent 1616d097eb
commit 48fafc73be
8 changed files with 203 additions and 12 deletions

View File

@@ -43,6 +43,7 @@ dependencies {
jar {
manifest {
attributes 'Main-Class': 'com.velocitypowered.proxy.Velocity'
attributes 'Implementation-Version': project.version
}
}