From 334d1b55376dfcd90cc4a6121fc587c35a80d4ed Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 16 Jun 2023 19:03:01 +0200 Subject: [PATCH] fix(git): fix git submodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 95e898f6..611fdd5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,4 +43,4 @@ url = https://github.com/Tencent/rapidjson.git [submodule "deps/iw4-open-formats"] path = deps/iw4-open-formats - url = https://github.com/XLabsProject/iw4-open-formats.git + url = https://github.com/diamante0018/iw4-open-formats.git