Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removal of
stars_beyond_plugin
:plugin_api/Cargo.toml
: Removedstars_beyond_plugin
from the list of plugin dependencies.plugin_api/src/plugin_imports.rs
: Removed all references and imports related tostars_beyond_plugin
.plugins/stars_beyond/Cargo.toml
: Deleted the file.plugins/stars_beyond/src/lib.rs
: Deleted the file.Removal of
unreal_adapter_horizon
:plugin_api/Cargo.toml
: Removedunreal_adapter_horizon
from the list of plugin dependencies.plugin_api/src/plugin_imports.rs
: Removed all references and imports related tounreal_adapter_horizon
.plugins/unreal_adapter_horizon/.gitignore
: Deleted the file.plugins/unreal_adapter_horizon/Cargo.toml
: Deleted the file.plugins/unreal_adapter_horizon/LICENSE
: Deleted the file.plugins/unreal_adapter_horizon/README.md
: Deleted the file.plugins/unreal_adapter_horizon/src/lib.rs
: Deleted the file.Code updates:
server/src/server/mod.rs
: Commented out the code related tounreal_adapter_horizon
plugin in theon_connect
function.