x 7 месяцев назад
Родитель
Сommit
43f1d8d1ed
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/app/src/main.rs

+ 1 - 1
bin/app/src/main.rs

@@ -297,7 +297,7 @@ async fn load_plugins(
     let sg_root2 = sg_root.clone();
     let fud = fud
         .setup(|me| async {
-            plugin::Fud::new(me, sg_root2, ex.clone()).await.expect("Fud pimpl setup")
+            plugin::FudPlugin::new(me, sg_root2, ex.clone()).await.expect("Fud pimpl setup")
         })
         .await;