Updated RakNet lib

This commit is contained in:
RaphiMC 2024-04-16 16:53:58 +02:00
parent bf30e76031
commit b02f7f3621
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
1 changed files with 1 additions and 1 deletions

View File

@ -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"