From cd38b16f846fdf79cd21512a0559252ff223bb55 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Sat, 24 Mar 2018 12:11:03 +0100 Subject: [PATCH] Fix remote tracking branch of submodule camera --- .gitmodules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0a8c2ffa..758b11da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -72,10 +72,6 @@ [submodule "mods/claycrafter"] path = mods/claycrafter url = https://github.com/Dragonop/claycrafter.git -[submodule "mods/camera"] - path = mods/camera - url = https://github.com/sys4-fr/camera.git - branch = dev [submodule "mods/kpgmobs"] path = mods/kpgmobs url = https://github.com/sys4-fr/mod-kpgmobs.git @@ -190,3 +186,6 @@ [submodule "mods/moremesecons"] path = mods/moremesecons url = https://github.com/minetest-mods/moremesecons.git +[submodule "mods/camera"] + path = mods/camera + url = https://github.com/sys4-fr/camera.git