Move array terminator for sign saving into if statement
This commit is contained in:
parent
adc9cc0816
commit
1b1963932e
@ -1622,8 +1622,8 @@ char * GameSave::serialiseOPS(int & dataLength)
|
||||
bson_append_finish_object(&b);
|
||||
}
|
||||
}
|
||||
bson_append_finish_array(&b);
|
||||
}
|
||||
bson_append_finish_array(&b);
|
||||
bson_finish(&b);
|
||||
bson_print(&b);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user