more proper serv4 usage because i forgot to push for the last pr (#12965)

This commit is contained in:
Paul Ritter
2022-12-11 00:25:04 +01:00
committed by GitHub
parent 5715b0c2be
commit bca66488bf
4 changed files with 4 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ namespace Content.Shared.Decals
bool alwaysWrite = false,
ISerializationContext? context = null)
{
return serializationManager.WriteValue(value.ChunkCollection, alwaysWrite, context);
return serializationManager.WriteValue(value.ChunkCollection, alwaysWrite, context, notNullableOverride: true);
}
}
}