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

DotNET: Copy & reset s_pushedCount before executing command. #1625

Closed jhett12321 closed 1 year ago

jhett12321 commented 1 year ago

Fixes an edge case issue where s_pushedCount would become invalid if cmd->ExecuteCommand(id, s_pushedCount); caused a nested call in C# code.