mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Updated RakNet lib
This commit is contained in:
parent
bf30e76031
commit
b02f7f3621
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ dependencies {
|
|||
exclude group: "org.ow2.asm", module: "asm-commons"
|
||||
exclude group: "net.lenni0451.classtransform", module: "additionalclassprovider"
|
||||
}
|
||||
include("org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR2-SNAPSHOT") {
|
||||
include("org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT") {
|
||||
exclude group: "io.netty"
|
||||
}
|
||||
include "gs.mclo:api:3.0.1"
|
||||
|
|
Loading…
Reference in a new issue