I fixed mine the day of wipe thinking it would be fixed but I guess not heres my fix
Using Notepad++
in the .cs file line 93 changed from:
saveInfo.msg.ToProto(write);
to
saveInfo.msg.ToProto(write.stream);
I fixed mine the day of wipe thinking it would be fixed but I guess not heres my fix
Using Notepad++
in the .cs file line 93 changed from:
saveInfo.msg.ToProto(write);
to
saveInfo.msg.ToProto(write.stream);
Works fine, thank you. 👍
fixed