From 983408c908acea7087514fb8e8522e2d5b0ccbf2 Mon Sep 17 00:00:00 2001 From: CekisSWG Date: Sat, 28 Mar 2020 18:01:24 -0400 Subject: [PATCH] Added serverdata repo submodule --- .gitmodules | 6 +++--- serverdata | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 serverdata diff --git a/.gitmodules b/.gitmodules index e8cf90d..f1ca81c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,9 @@ [submodule "src"] path = src url = https://github.com/SWG-Source/src.git -[submodule "clientdata"] - path = clientdata - url = https://github.com/SWG-Source/clientdata.git +[submodule "serverdata"] + path = serverdata + url = https://github.com/SWG-Source/serverdata.git [submodule "exe"] path = exe url = https://github.com/SWG-Source/configs.git diff --git a/serverdata b/serverdata new file mode 160000 index 0000000..ad744df --- /dev/null +++ b/serverdata @@ -0,0 +1 @@ +Subproject commit ad744df72f5cec666d6abe0e173d8336bb8d1a55