We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f886f commit 1a6bd94Copy full SHA for 1a6bd94
TheOneScripting/ItemManager.cs
@@ -136,5 +136,6 @@ public void ResetInventory()
136
{
137
inventory.Clear();
138
equipped.Clear();
139
+ hasInitial = false;
140
}
141
0 commit comments