feat: make PacketMsgPttElement invalid

This commit is contained in:
pk5ls20
2024-10-25 08:33:26 +08:00
parent a2f7903960
commit 684e254996

View File

@@ -351,7 +351,7 @@ export class PacketMsgPttElement extends IPacketMsgElement<SendPttElement> {
}
get valid(): boolean {
return !!this.msgInfo;
return false;
}
buildElement(): NapProtoEncodeStructType<typeof Elem>[] {