A shit ton of microwave stuff i can't really explain this.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user