We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a207737 commit f7e13e2Copy full SHA for f7e13e2
MLAPI/NetworkingManagerComponents/Binary/BitWriter.cs
@@ -50,7 +50,7 @@ public void WriteObjectPacked(object value)
50
WriteByte((byte)value);
51
return;
52
}
53
- else if (value is byte)
+ else if (value is sbyte)
54
{
55
WriteSByte((sbyte)value);
56
0 commit comments