Replaced hashutil.generate with new MongoId()

This commit is contained in:
Chomp
2025-07-02 12:47:00 +01:00
parent 371c9d58f0
commit a8308248d6
25 changed files with 85 additions and 88 deletions
@@ -1326,7 +1326,7 @@ public class InventoryHelper(
);
if (!wasMovedToFastPanelAccessibleContainer)
{
pmcData.Inventory.FastPanel[fastPanelSlot[0].ToString()] = "";
pmcData.Inventory.FastPanel[fastPanelSlot.ToString()] = "";
}
}