Content update for NetEntities (#18935)
This commit is contained in:
@@ -224,7 +224,7 @@ namespace Content.Server.Lathe
|
||||
var producing = component.CurrentRecipe ?? component.Queue.FirstOrDefault();
|
||||
|
||||
var state = new LatheUpdateState(GetAvailableRecipes(uid, component), component.Queue, producing);
|
||||
UserInterfaceSystem.SetUiState(ui, state);
|
||||
_uiSys.SetUiState(ui, state);
|
||||
}
|
||||
|
||||
private void OnGetRecipes(EntityUid uid, TechnologyDatabaseComponent component, LatheGetRecipesEvent args)
|
||||
|
||||
Reference in New Issue
Block a user