Add protection against syncing non place projects (#691)

Closes #113.

Does what it says on the tin. When you try to sync a non-place project,
it gives a clear message instead of crashing.
This commit is contained in:
boatbomber
2023-06-30 13:44:42 -07:00
committed by GitHub
parent 55ac231cec
commit 66c1cd0d93
2 changed files with 18 additions and 0 deletions

View File

@@ -5,11 +5,13 @@
* Fixed the diff visualizer of connected sessions. ([#674])
* Fixed disconnected session activity. ([#675])
* Skip confirming patches that contain only a datamodel name change. ([#688])
* Added protection against syncing a model to a place. ([#691])
[#668]: https://github.com/rojo-rbx/rojo/pull/668
[#674]: https://github.com/rojo-rbx/rojo/pull/674
[#675]: https://github.com/rojo-rbx/rojo/pull/675
[#688]: https://github.com/rojo-rbx/rojo/pull/688
[#691]: https://github.com/rojo-rbx/rojo/pull/691
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])