This commit is contained in:
Asriel Camora
2024-07-31 13:14:11 -07:00
parent c9171c1db6
commit e8be417d2f
-4
View File
@@ -476,8 +476,6 @@ public sealed unsafe class SynthHelper : Window, IDisposable
private void OnStartCrafting(ushort recipeId) private void OnStartCrafting(ushort recipeId)
{ {
Log.Debug("On Start craftgin begin!");
var shouldUpdateInput = false; var shouldUpdateInput = false;
if (recipeId != RecipeData?.RecipeId) if (recipeId != RecipeData?.RecipeId)
{ {
@@ -508,8 +506,6 @@ public sealed unsafe class SynthHelper : Window, IDisposable
CurrentActionCount = 0; CurrentActionCount = 0;
CurrentActionStates = new(); CurrentActionStates = new();
CurrentState = GetCurrentState(); CurrentState = GetCurrentState();
Log.Debug("On Start craftgin end!");
} }
private void OnUseAction(ActionType action) private void OnUseAction(ActionType action)