A shit ton of microwave stuff i can't really explain this.

This commit is contained in:
FL-OZ
2020-05-01 17:19:04 -05:00
parent a65d60dc2c
commit 13fba25edc
10 changed files with 116 additions and 60 deletions

View File

@@ -33,12 +33,12 @@ namespace Content.Shared.Kitchen
return 0;
}
if (x.Ingredients.Count < y.Ingredients.Count)
if (x._ingredients.Count < y._ingredients.Count)
{
return 1;
}
if (x.Ingredients.Count > y.Ingredients.Count)
if (x._ingredients.Count > y._ingredients.Count)
{
return -1;
}