mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #6068 from faerindel/vending_exploit_fix
Fixes #6054
This commit is contained in:
@@ -315,7 +315,8 @@
|
|||||||
if (src.product_records.len == 0)
|
if (src.product_records.len == 0)
|
||||||
dat += "<font color = 'red'>No product loaded!</font>"
|
dat += "<font color = 'red'>No product loaded!</font>"
|
||||||
else
|
else
|
||||||
var/list/display_records = src.product_records
|
var/list/display_records = list()
|
||||||
|
display_records += src.product_records
|
||||||
|
|
||||||
if(src.extended_inventory)
|
if(src.extended_inventory)
|
||||||
display_records += src.hidden_records
|
display_records += src.hidden_records
|
||||||
|
|||||||
Reference in New Issue
Block a user