From 619c3d4f75a69a73edc97f683389ad9a47ab5275 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 19 May 2021 23:58:07 -0700 Subject: [PATCH] Rename TSAPI to TSAPI in git submodule file For the purposes of making it easier to understand, the Terraria Server API is now being called "TShock Scaffold API." This is actually just an elaborate measure so that TSAPI can be called TSAPI but to alleviate some confusion. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a5435efd..10e01496 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -[submodule "TerrariaServerAPI"] +[submodule "TShockScaffoldAPI"] path = TerrariaServerAPI url = https://github.com/NyxStudios/TerrariaAPI-Server.git ignore = dirty