nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
129 stars 92 forks source link

Fixing GetPlayOption and SetPlayOption in Administration.cpp #1748

Closed LaputianBird closed 6 months ago

LaputianBird commented 6 months ago

Removed the asserts on the "option" variable, as unknown cases are caught by the default case of the switch statement that follows.