Fix an issue with the way the EditorConnection was setup within SyncEditorBundle that was causing log output to panic. Also, make some changes to the naming of systems that are in charge of sending/receiving data to/from the editor in order to make their purposes more clear.
Fix an issue with the way the
EditorConnection
was setup withinSyncEditorBundle
that was causing log output to panic. Also, make some changes to the naming of systems that are in charge of sending/receiving data to/from the editor in order to make their purposes more clear.Fixes #41