Undo changes to submodule file
This reverts changes to the TSAPI submodule because if you're unlucky, you can get git into a nasty state where it doesn't know up from down anymore. This leads to bad things. Very bad things. If you get git into a nasty state use: 1. rm -rf git/modules/TShockScaffoldAPI 2. git submodule deinit --all -f 3. git submodule init 4. git submodule update
This commit is contained in:
parent
e404176a3b
commit
0e70d7a93a
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,4 +1,4 @@
|
|||
[submodule "TShockScaffoldAPI"]
|
||||
[submodule "TerrariaServerAPI"]
|
||||
path = TerrariaServerAPI
|
||||
url = https://github.com/NyxStudios/TerrariaAPI-Server.git
|
||||
ignore = dirty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue