Error on Nightvision! Fix WorkedSolved

Using Notepad++

in the .cs file line 93 changed from:


saveInfo.msg.ToProto(write);
to
saveInfo.msg.ToProto(write.stream);


it works !!

Thank You!

Locked automatically