WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
15 stars 5 forks source link

Convert GUID strings to lower-case before parsing #40

Closed WittleWolfie closed 2 years ago

WittleWolfie commented 2 years ago

Apparently C# Guid.Parse() rejects strings w/ uppercase letters.

WittleWolfie commented 2 years ago

Fix is in 2.0.x branch.