nwnxee / unified

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

Fixing GetStringLevenshteinDistance in nwnx_util.nss #1758

Open SpacePontif opened 1 month ago

SpacePontif commented 1 month ago

The string being called was missing GetString, causing errors when trying to use the function. This is just a simple edit to fix it.