perf(saves): simplify FileBufferWriter staging

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Kamron Batman 2026-07-16 11:52:19 -07:00
parent 9cc25fab24
commit 1fb2c0a0d2
No known key found for this signature in database
GPG key ID: 7D81DF26D9A5D94A
2 changed files with 6 additions and 20 deletions

View file

@ -297,7 +297,7 @@ public class BufferWriter : IGenericWriter
public void Write(Serial serial) => Write(serial.Value);
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public virtual void Write(Type type)
public void Write(Type type)
{
if (type == null)
{