how many times have I switched branches to fix mirrors

This commit is contained in:
Darlantan
2022-06-22 17:20:22 -04:00
parent dfe4facb55
commit 542ff5e02f

View File

@@ -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.