TheStarport/FLHook

Plugin Communicators pointers result in null if the communicator is on a plugin that is loaded alphabetically later.

Closed this issue · 1 comments

If a plugin, for example, is called objectSpawn, and it has a pluginCall grabing createSolar from the plugin Solar Control, it will fail as when the ObjectSpawn is loaded, SolarControl still isnt loaded, making the pluginCall resulting in null

forgot to add branch and tags