This commit is contained in:
AkmalFairuz
2025-12-11 18:23:44 +07:00
parent c00abc4d70
commit 22be9c8978

View File

@@ -291,8 +291,6 @@ func (x *CommandOutputMessage) Marshal(r protocol.IO) {
if IsProtoGTE(r, ID898) { if IsProtoGTE(r, ID898) {
r.Bool(&x.Success) r.Bool(&x.Success)
} }
r.Bool(&x.Success)
protocol.FuncSlice(r, &x.Parameters, r.String) protocol.FuncSlice(r, &x.Parameters, r.String)
} }