Skip to content

Commit 4a4064d

Browse files
committed
Load Spell library on startup
1 parent 96d18bb commit 4a4064d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

papyrus-api/src/main/java/de/erethon/spellbook/api/SpellLibrary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public class SpellLibrary {
2222

2323
public SpellLibrary(SpellbookAPI spellbookAPI) {
2424
this.spellbookAPI = spellbookAPI;
25+
reload();
2526
}
2627

2728
public HashMap<String, SpellData> getLoaded() {

0 commit comments

Comments
 (0)