Whenever Heavy Cargo Ship Event runs , it will activate Cargo Ship Panel as well, even when there is no Cargo Ship event overlapping at the time of Heavy event.
Event panel being activated on wrong event.
There doesn't seem to be any way for the plugin to detect it. You would need to ask them to add a hook like the following below:
bool IsHeavyCargoShip(CargoShip cargo) MJSUThere doesn't seem to be any way for the plugin to detect it. You would need to ask them to add a hook like the following below:
bool IsHeavyCargoShip(CargoShip cargo)
Thank you for this info MJSU! Greatly appreciated. I will ask the dev to update with that hook, and hopefully it doesnt trigger both event panels.