Doesn't work with Isla Nublar custom map

The Isla Nublar paid custom map has timed airdrops just like vanilla, but Magic Airdrop Panel doesn't light up when they're happening for some reason.

Update: Added a bunch of logging, and of course it started working again on its own... I only caught one failure in which it aborted because a hook got called before the plugin had fully initialized.

Merged post

Yeah, the problem is that `OnServerInitialized()` isn't being called during server startup for some reason. I'm pretty sure I see it being called for other plugins in my log... Could it be because of the Magic Panel dependency or something?