Fixes the _winget SDQL2/Lua wrapper (#90327)

## About The Pull Request

this makes it so the `_winget` wrapper actually _returns_ what `winget`
returns.

## Why It's Good For The Game

this wrapper is literally useless otherwise

## Changelog
🆑
fix: Fixed the _winget SDQL2/Lua wrapper, so it actually returns the
return value of winget.
/🆑
This commit is contained in:
Lucy
2025-03-30 11:34:32 -04:00
committed by GitHub
parent c0c6b21b5b
commit 732c5f63a5
@@ -272,7 +272,7 @@
winset(player, control_id, params)
/proc/_winget(player, control_id, params)
winget(player, control_id, params)
return winget(player, control_id, params)
/proc/_text2path(text)
return text2path(text)