Fix bug where lathe databases didn't get serialized correctly. (#252)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
dd13d969b2
commit
50bc1bff48
@@ -44,17 +44,5 @@ namespace Content.Server.GameObjects.Components.Research
|
||||
Dirty();
|
||||
return true;
|
||||
}
|
||||
|
||||
private List<string> GetRecipeIdList()
|
||||
{
|
||||
var list = new List<string>();
|
||||
|
||||
foreach (var recipe in this)
|
||||
{
|
||||
list.Add(recipe.ID);
|
||||
}
|
||||
|
||||
return list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user