diff --git a/src/game.rs b/src/game.rs index aac48daf..2fba71ca 100644 --- a/src/game.rs +++ b/src/game.rs @@ -140,7 +140,7 @@ impl From for esplugin::GameId { pub struct Game { base_type: GameType, install_path: PathBuf, - load_order: Box<(dyn WritableLoadOrder + Send + Sync + 'static)>, + load_order: Box, // Stored in an Arc> to support loading metadata in parallel with // loading plugins. database: Arc>,