Add deleteDebugStick parameter to fix broken item translation in dragonfly

This commit is contained in:
AkmalFairuz
2025-06-20 19:43:29 +07:00
parent 752b98fb5c
commit 3d2c85b07b
18 changed files with 93 additions and 67 deletions

View File

@@ -28,7 +28,7 @@ func main() {
}
listener, err := minecraft.ListenConfig{
StatusProvider: p,
AcceptedProtocols: legacyver.All(),
AcceptedProtocols: legacyver.All(false),
}.Listen("raknet", config.Connection.LocalAddress)
if err != nil {
panic(err)