NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Fix file searcher no installation #85

Closed th3w1zard1 closed 5 months ago

th3w1zard1 commented 5 months ago

There's apparently two dicts that need to be set after an installation loads:

PR fixes those problems and adds a few asserts into the FileSearcher to ensure if this problem does happen again then at least it'll be easier to trace.