Add all packets handler
This commit is contained in:
25 files changed
+202
-105
No files matched your search
+1
-1
@@ -10,7 +10,7 @@ includeSubModule(":rconlib")
|
||||
includeSubModule(":protocol")
|
||||
includeSubModule(":protocol-encrypt")
|
||||
includeSubModule(":nbt")
|
||||
includeSubModule(":snbt")
|
||||
//includeSubModule(":snbt")
|
||||
|
||||
fun includeSubModule(name: String, path: String? = null) = include(name).also {
|
||||
project(name).projectDir = file(path ?: "libmc-${name.removePrefix(":")}")
|
||||
|
||||
Reference in New Issue
Block a user