mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[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:
@@ -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].
|
||||
|
||||
Reference in New Issue
Block a user