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

Commit 26d64ca

Browse files
Fixed food UI bug
1 parent 98fd346 commit 26d64ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/modules/food_and_drinks/kitchen_machinery/food_cart_TGUI.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
/obj/machinery/food_cart_TGUI/ui_data(mob/user)
3535
//Define variables from UI
3636
var/list/data = list()
37-
//data["food"] = list()
38-
//data["storage"] = list()
37+
data["food"] = list()
3938

4039
//Loop through food list for data to send to food tab
4140
for(var/item_detail in food_ui_list)

0 commit comments

Comments
 (0)