From ce0389b5adc320132489ab328c9c60a280fefa97 Mon Sep 17 00:00:00 2001 From: SFKao Date: Mon, 3 Mar 2025 16:45:51 +0100 Subject: [PATCH] Actualizar updateMods.bat --- updateMods.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateMods.bat b/updateMods.bat index 55ddd6d..bc4626d 100644 --- a/updateMods.bat +++ b/updateMods.bat @@ -10,7 +10,7 @@ if %errorlevel% neq 0 ( git init git remote add origin https://git.sfkao.net/SFKao/Las_3000-modpack.git git fetch - git checkout -t origin/main -f + git checkout -t origin/server -f ) call git fetch call git pull --rebase --autostash