Skip to content

Commit

Permalink
Fix ps-import
Browse files Browse the repository at this point in the history
  • Loading branch information
thejetou committed Oct 30, 2023
1 parent aa5066b commit f6cff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import/ps-import
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const Dex = require('../../pokemon-showdown/.sim-dist/dex').Dex;
const Dex = require('../../pokemon-showdown/dist/sim/dex').Dex;
const fs = require('fs');
const path = require('path');

Expand Down

0 comments on commit f6cff59

Please sign in to comment.