Make packets public and formatted, fix state machine change state incorrectly

This commit is contained in:
2026-09-05 13:22:00 +08:00
parent 15aefbb869
commit 799edce45f
96 files changed
+1718 -873

No files matched your search

+1 -1
View File
@@ -6,7 +6,7 @@ rootProject.name = "libmc"
includeSubModule(":common")
includeSubModule(":mcping")
includeSubModule(":rconlib")
includeSubModule(":chat")
includeSubModule(":protocol")
//includeSubModule(":nbt")
fun includeSubModule(name: String) = include(name).also {