@slot-engine/core 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3676,7 +3676,7 @@ var GeneratedReelSet = class extends ReelSet {
3676
3676
  `Error generating reels for game mode "${this.associatedGameModeName}". It's not defined in the game config.`
3677
3677
  );
3678
3678
  }
3679
- const outputDir = import_path7.default.join(config.rootDir, config.outputDir);
3679
+ const outputDir = config.rootDir.endsWith(config.outputDir) ? config.rootDir : import_path7.default.join(config.rootDir, config.outputDir);
3680
3680
  const filePath = import_path7.default.join(
3681
3681
  outputDir,
3682
3682
  `reels_${this.associatedGameModeName}-${this.id}.csv`