Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadLeavez committed May 18, 2024
1 parent bb2ae7d commit 0c3dab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class LootFuckery implements IPostDBLoadMod, IPreAkiLoadMod
// get output directory for generated files
// "Leaves-LootFuckery" is the directory name of the mod
const preAkiModLoader = container.resolve<PreAkiModLoader>( "PreAkiModLoader" );
this.outputFolder = `${preAkiModLoader.getModPath( "Leaves-LootFuckery" )}output/`;
this.outputFolder = `${preAkiModLoader.getModPath( "leaves-loot_fuckery" )}output/`;

this.locationControl = container.resolve<LocationController>( "LocationController" );
}
Expand Down

0 comments on commit 0c3dab2

Please sign in to comment.