if you never inited the module you are fine. If you did, you have to * git submodule deinit -f includes/tools/MPQExtractor * rm -rf .git/modules/includes/tools/MPQExtractor * git submodule sync * git submodule update --init --recursive --remote or something among those lines (good lord..)
This commit is contained in:
parent
11584a68d6
commit
a2d4b014fc
2 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "includes/tools/MPQExtractor"]
|
||||
path = includes/tools/MPQExtractor
|
||||
url = https://github.com/iamcal/MPQExtractor.git
|
||||
url = https://github.com/Kanma/MPQExtractor.git
|
||||
[submodule "includes/tools/BLPConverter"]
|
||||
path = includes/tools/BLPConverter
|
||||
url = https://github.com/Kanma/BLPConverter.git
|
||||
|
|
|
|||
BIN
README.md
BIN
README.md
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue