BG3-Community-Library-Team / BG3-Compatibility-Framework

An API-based Driven Compatibility Framework for Baldur's Gate 3 Mods
MIT License
38 stars 13 forks source link

Fix add and remove string via the Queue #84

Closed sigilbaram closed 8 months ago

sigilbaram commented 8 months ago

Re-added the Strings_Remove canceling of previous Inserts of the same type/vale. Since I was doing both in and out sides of the queue I changed the [[string]] that was previously being stored into a set (i.e. {string1 = true, string2 = true, ...}) to simplify things a bit.