Skip to content

Commit

Permalink
Fix read sample
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jun 20, 2019
1 parent 2b6db70 commit 07c0c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/AltV.Net.Example/ConvertibleObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void ToMValue(ConvertibleObject value, IMValueWriter writer)
writer.BeginObject();
writer.Name("test");
writer.Value(value.test);
writer.Name("bla");
writer.Name("list");
listAdapter.ToMValue(value.list, writer);
writer.EndObject();
}
Expand Down

0 comments on commit 07c0c23

Please sign in to comment.