Kasuromi / GTFO-API

GNU General Public License v3.0
8 stars 7 forks source link

[Feature] Add patch to ensure all drop server requests are sent with "Rundown ID 1" #30

Open Panthr75 opened 2 years ago

Panthr75 commented 2 years ago

E.g. you might be able to patch into DropServerManager.GetRundownProgressionAsync, and replace rundownName with Local_1 (see RundownManager.GetLocalRundownKey(uint)).

This means it doesn't force rundown id 1 in the datablock, and can allow for multiple rundown datablocks to be used at once.