mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user