mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-17 21:51:20 +02:00
Move array terminator for sign saving into if statement
This commit is contained in:
@@ -1622,8 +1622,8 @@ char * GameSave::serialiseOPS(int & dataLength)
|
|||||||
bson_append_finish_object(&b);
|
bson_append_finish_object(&b);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
bson_append_finish_array(&b);
|
bson_append_finish_array(&b);
|
||||||
|
}
|
||||||
bson_finish(&b);
|
bson_finish(&b);
|
||||||
bson_print(&b);
|
bson_print(&b);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user