🚧 Send startup event on startup
[Sone.git] / src / main / java / net / pterodactylus / sone / main / SonePlugin.java
index ca32537..4957d30 100644 (file)
@@ -221,6 +221,8 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
                                eventBus.post(new ConfigNotRead());
                        }
                }
+
+               eventBus.post(new Startup());
        }
 
        @VisibleForTesting