We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2467dcf commit a6766b8Copy full SHA for a6766b8
Dice/DiceMod.h
@@ -139,7 +139,8 @@ class DiceModManager {
139
dict_ci<ptr<DiceMod>> modList;
140
vector<ptr<DiceMod>> modOrder;
141
vector<string> sourceList = {
142
- "https://ghproxy.com/https://raw.githubusercontent.com/Dice-Developer-Team/DiceModIndex/main/index",
+ "https://raw.gitmirror.com/Dice-Developer-Team/DiceModIndex/main/index",
143
+ "https://mirror.ghproxy.com/https://raw.githubusercontent.com/Dice-Developer-Team/DiceModIndex/main/index",
144
"https://gitee.com/diceki/DiceModIndex/raw/main/",
145
//"https://raw.sevencdn.com/Dice-Developer-Team/DiceModIndex/main/index",
146
};
0 commit comments