oopsie
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user