red-blox / zap

A lightning fast networking solution for roblox.
https://zap.redblox.dev
MIT License
89 stars 14 forks source link

Implement remote scope option #107

Closed EncodedVenom closed 2 months ago

EncodedVenom commented 2 months ago

Changes the way zap remotes are created.

If the remote_scope option is set, the remote name will replace ZAP in remote names with the option set.

Closes #106. The motivation for this PR can be found in that issue.