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
4 lines
134 B
Text
4 lines
134 B
Text
[submodule "TerrariaServerAPI"]
|
|
path = TerrariaServerAPI
|
|
url = https://github.com/NyxStudios/TerrariaAPI-Server.git
|
|
ignore = dirty
|