From d643cae29fc8a24b70b2c67d071c46eca4bd8723 Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Thu, 23 Jul 2020 11:44:07 -0700 Subject: [PATCH] updated gitmodules to use 1.12.2 and not 1.13 --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f87b9bd0d..cd59f27ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "work/Paper"] path = work/Paper - url = https://github.com/Akarin-project/Paper.git \ No newline at end of file + url = https://github.com/Akarin-project/Paper.git + branch = ver/1.12.2 \ No newline at end of file