Fix for May 2025 update

Change line 182 from

saveInfo.msg.ToProto(netWrite);

toΒ 
saveInfo.msg.WriteToStream(netWrite);

Hey thanks for that, it works. πŸ™‚