Closed Cyntaax closed 3 years ago
The reason for this is when the script is first run, the exports will now be available immediately. Running them after clientresourcestart appeared to be too late for the other resource to be able to make use of the exports
clientresourcestart
Thanks for the contribution. I'll be generating a new release with these changes.
The reason for this is when the script is first run, the exports will now be available immediately. Running them after
clientresourcestart
appeared to be too late for the other resource to be able to make use of the exports