Test if broadcasting apollo:json acceptance triggers ModList sending.

This commit is contained in:
Lixfel
2024-12-11 13:26:12 +01:00
parent 454cfecc0e
commit e9f6b284eb
@@ -431,6 +431,7 @@ public class PluginMessage extends BasicListener {
register("WDL|INIT", true, directional(UNKNOWN, wdl::handlePluginMessage));
register("wdl:init", true, directional(UNKNOWN, wdl::handlePluginMessage));
register("apollo:json", true, UNKNOWN);
register(ApolloManager.PLUGIN_MESSAGE_CHANNEL, true, async(lunar::handlePluginMessage));
register(Alpine.HANDSHAKE, false, directional(UNKNOWN, new Alpine()::handleHandshakeMessage));
register("LMC", true, directional(UNKNOWN, async(labyMod::handlePluginMessage)));