Commit graph

3 commits

Author SHA1 Message Date
Mag-nus
9d70b48380
Improve logging overhead by fixing string interpolation (#4107)
* First batch

* Second batch

* another batch

* last batch hopefully

* fix
2024-03-13 02:38:39 +00:00
Mag-nus
fe044bcf0a
Add MightBreakPlugins option to BiotaConsolidator (#3760)
* Add MightBreakPlugins option to BiotaConsolidator

* Update BiotaGuidConsolidator.cs

* update program.cs

* Update BiotaGuidConsolidator.cs

* improve progress reporting

* skipUserInput bool

* comma
2021-12-24 15:31:26 +00:00
Mag-nus
5dd8ad1fac
Biota Guid Consolidator (#2934)
* [TEST] Biota Guid Consolidator

Seems to work. Need to make sure the following weenie types are ok:
Allegiance
Hooker

* Update EnchatnmentRegistry

* ... such a simple fix

The second foreach was running the linq query again which wasn't returning the results needed.. ToList() gets our results so we can iterate over them twice, properly.

* Add guid conversion for shortcuts

Co-authored-by: Ty Conner <tyconner@itcproductions.com>
2020-07-11 08:35:04 -05:00