[MIRROR] fixes wizard loadouts [MDB IGNORE] (#22793)

* fixes wizard loadouts (#77236)

why this shit try to get an instance of a string???

## Changelog
🆑
fix: fixes wizard loadouts
/🆑

* fixes wizard loadouts

---------

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-07-31 20:03:50 -04:00
committed by GitHub
co-authored by Fikou
parent 39cfdc33b4
commit 1f0743be93
@@ -216,7 +216,7 @@
return TRUE
if("purchase_loadout")
wizard_loadout(wizard, locate(params["id"]))
wizard_loadout(wizard, params["id"])
return TRUE
/// Attempts to purchased the passed entry [to_buy] for [user].