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:
Lucas Nicodemus 2021-05-28 23:49:49 -07:00
parent e404176a3b
commit 0e70d7a93a

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "TShockScaffoldAPI"] [submodule "TerrariaServerAPI"]
path = TerrariaServerAPI path = TerrariaServerAPI
url = https://github.com/NyxStudios/TerrariaAPI-Server.git url = https://github.com/NyxStudios/TerrariaAPI-Server.git
ignore = dirty ignore = dirty