Handle modded game rules in MSMP
Closed this issue ยท 0 comments
FAPI adds enum and double game rule types, neither of which are supported by MSMP. The current behavior (throwing if the game has one of those) is definitely not ideal.
Two paths we could take:
- Extend the existing protocol. Tools interacting with MSMP would likely break if they encounter those.
- Filter them in existing APIs and create our own that supports modded types.