I having wierd issue, some plugins are not receiving `OnServerInitialized` hook when server sends it to every plugins on server started.
Вut if you reload this plugin, it will receive hook and in right sort
What may be wrong? Example of plugin BlueprintManager
I even tried do so:
[HookMethod("OnServerInitialized")]
void OnServerInitialized()
this will not help