From 0e70d7a93ae89deaa24c509eb25b9237b6424303 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 28 May 2021 23:49:49 -0700 Subject: [PATCH] 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 10e01496..a5435efd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -[submodule "TShockScaffoldAPI"] +[submodule "TerrariaServerAPI"] path = TerrariaServerAPI url = https://github.com/NyxStudios/TerrariaAPI-Server.git ignore = dirty