Fix issues with disabled puzzle steps not registering with puzzle manager
This commit is contained in:
@@ -139,7 +139,6 @@ namespace Interactions
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
if (itemToSlot != null)
|
||||
{
|
||||
DebugUIMessage.Show("I'm not sure this works.", Color.yellow);
|
||||
@@ -148,17 +147,5 @@ namespace Interactions
|
||||
Interactable.BroadcastInteractionComplete(false);
|
||||
}
|
||||
}
|
||||
|
||||
void Update()
|
||||
{
|
||||
if (_currentlySlottedItemObject != null)
|
||||
{
|
||||
Debug.Log($"[ItemSlot] Slotted item: {_currentlySlottedItemObject.name}");
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.Log("[ItemSlot] No item slotted.");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user