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. // 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() var/list/tmp_recipes = list()
data["recipes"] = tmp_recipes if(recipes)
for(var/i = 1, i <= recipes.len, i++) for(var/i = 1, i <= recipes.len, i++)
tmp_recipes[i] = recipes[i] tmp_recipes[i] = recipes[i]
data["recipes"] = tmp_recipes
// Read data from the reaction vessel. // Read data from the reaction vessel.