Fails to compile after May 2025 update

Failed compiling 'NightVision.cs':
1. Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' [CS1503]
(NightVision 58 line 93)

NightVision - Failed to compile: Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' | Line: 93, Pos: 58

Same here

update please @clearshot

Can't survive without :p

BQ8ZQnfw6Dmyu2C.jpg DanBosS

Can't survive without :p

for my players....

Change line 93 from

saveInfo.msg.ToProto(write); 

to
saveInfo.msg.WriteToStream(write);

Change line 93 from:

saveInfo.msg.ToProto(write);​

to:

saveInfo.msg.ToProto(write.stream);

Thanks @Therily

Thanks, it's working. @Therily

@Therily  thanks friend, this helped me

harikasın

H8b3dTo9eGYR4rn.png agamemnon

Change line 93 from:

saveInfo.msg.ToProto(write);​

to:

saveInfo.msg.ToProto(write.stream);

harikasın