@@ -22,7+22,7 @@ It'll update the content where is in the official gamelogic development reposito
Inside '_update.sh_', there is a line:
-`git submodule update --init --depth 100`
+`git submodule update --init --recursive`
Means that when you use '_./update.sh_' with this line, the submodule content will be downloaded in your local computer where you've cloned the modpack repository.