fix plugin for server
This commit is contained in:
@@ -92,7 +92,6 @@ pub fn launch() {
|
||||
.auto_open_threshold(bevy::log::tracing::level_filters::LevelFilter::OFF),
|
||||
);
|
||||
|
||||
app.add_plugins(SteamServerPlugin);
|
||||
app.add_plugins(PhysicsPlugins::default());
|
||||
app.add_plugins((RepliconPlugins, RepliconRenetPlugins));
|
||||
app.add_plugins(Sprite3dPlugin);
|
||||
|
||||
Reference in New Issue
Block a user