i got problems with night vision giving this issue
Error while compiling NightVision: Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' | Line: 93, Pos: 58
i got problems with night vision giving this issue
Error while compiling NightVision: Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' | Line: 93, Pos: 58
I am seeing the same issue.
Error while compiling NightVision: Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' | Line: 93, Pos: 58
ive tried to wipe all settings and reinstall, and rebuilt my server (wipe today for us) still seeing the error with minimal plugins.
Same here - same error & issue
Error while compiling NightVision: Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' | Line: 93, Pos: 58
I have a temp fix not sure if this is correct or not - feel free to correct/advise if anyone knows anything different
saveInfo.msg.ToProto(write.stream);
This change allowed it to compile for me thus far
DollyDeeeSame here - same error & issue
Error while compiling NightVision: Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' | Line: 93, Pos: 58
I have a temp fix not sure if this is correct or not - feel free to correct/advise if anyone knows anything different
saveInfo.msg.ToProto(write.stream);
This change allowed it to compile for me thus far
this fix is also working for me
new error, Error while compiling NightVision: Top-level statements must precede namespace and type declarations. | Line: 122, Pos: 9