Updated RakNet lib

This commit is contained in:
RaphiMC 2024-04-11 12:49:47 +02:00
parent cb8e7eb4e5
commit 6147572abe
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.CR1-SNAPSHOT") {
include("org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR2-SNAPSHOT") {
exclude group: "io.netty"
}
include "gs.mclo:api:3.0.1"