Error while compiling NightVision: Top-level statements must precede namespace and type declarations. | Line: 122, Pos: 9
not sure how to fix this one
Error while compiling NightVision: Top-level statements must precede namespace and type declarations. | Line: 122, Pos: 9
not sure how to fix this one
idk if u got help, rust devs community is sleeping mate
Search up this:
saveInfo.msg.ToProto(write);
and replace with this:
saveInfo.msg.WriteToStream(write);
Worked for me.
Yea idky everything is so slow these days. That fix worked for me too. Thanks