Skip to content

Commit

Permalink
Revert "update modResourcePrefix"
Browse files Browse the repository at this point in the history
This reverts commit 01746a3.
  • Loading branch information
Rezzo64 committed Jan 26, 2024
1 parent 339e775 commit 9518cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion play.pokemonshowdown.com/src/battle-dex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ const Dex = new class implements ModdedDex {

pokeballs: string[] | null = null;

readonly modResourcePrefix = 'https://media.githubusercontent.com/media/scoopapa/DH2/main/data/mods/';
//TODO we might want to move this to something like data/petmods
readonly modResourcePrefix = 'https://raw.githubusercontent.com/scoopapa/dh2/master/data/mods/';


resourcePrefix = (() => {
Expand Down

0 comments on commit 9518cad

Please sign in to comment.