Add all packets handler
This commit is contained in:
25 files changed
+202
-105
No files matched your search
+1
-1
@@ -7,7 +7,7 @@ allprojects {
|
||||
group = "cn.rtast.libmc"
|
||||
val libVersion = getProperty("libVersion")
|
||||
version = when (name) {
|
||||
"protocol" -> "${getProperty("protocolVersion")}-$libVersion"
|
||||
"protocol" -> getProperty("protocolVersion")
|
||||
else -> libVersion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user