mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
how many times have I switched branches to fix mirrors
This commit is contained in:
@@ -225,10 +225,10 @@
|
||||
|
||||
// Convert the recipes list into an array of strings. The UI does not need the associative list attached to each string.
|
||||
var/list/tmp_recipes = list()
|
||||
if(recipes)
|
||||
for(var/i = 1, i <= recipes.len, i++)
|
||||
tmp_recipes[i] = recipes[i]
|
||||
data["recipes"] = tmp_recipes
|
||||
for(var/i = 1, i <= recipes.len, i++)
|
||||
tmp_recipes[i] = recipes[i]
|
||||
|
||||
|
||||
|
||||
// Read data from the reaction vessel.
|
||||
|
||||
Reference in New Issue
Block a user