Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 69ad541

Browse files
Update code/modules/food_and_drinks/kitchen_machinery/food_cart.dm
Co-authored-by: Henry <[email protected]>
1 parent 78c215c commit 69ad541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/food_and_drinks/kitchen_machinery/food_cart.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
details["image"] = SSassets.transport.get_asset_url("photo_[md5]_[item.name]_icon.png")
6868

6969
//Add to food list
70-
data["food"] += list(details)
70+
data["food"].Add(details)
7171

7272
//Delete food item to prevent server being overrun by ghost food
7373
qdel(item)

0 commit comments

Comments
 (0)