Преглед изворни кода

This commit was generated by pull_and_rebuild.bat and does exactly that

Eren Yilmaz пре 5 година
родитељ
комит
01e2b848b7
3 измењених фајлова са 6 додато и 3 уклоњено
  1. 1 1
      Spiele Platform/Klient/Minigames/DungeonGame
  2. 1 1
      Spiele Platform/SMP
  3. 4 1
      pull_and_rebuild.bat

+ 1 - 1
Spiele Platform/Klient/Minigames/DungeonGame

@@ -1 +1 @@
-Subproject commit d20cd8e380d916bd195234c7ef95407d804e0ef9
+Subproject commit 19f5ffdba2f1d0d79dc6bd33c38a323794f07cff

+ 1 - 1
Spiele Platform/SMP

@@ -1 +1 @@
-Subproject commit a9566263091d663822b39269d0630425f075a684
+Subproject commit f398a483d8fa7b397299e6295c19dfad24750220

+ 4 - 1
pull_and_rebuild.bat

@@ -3,4 +3,7 @@ call git submodule foreach git reset --hard
 call git submodule foreach git checkout master
 call git submodule foreach git pull
 
-call build.bat < ns.txt
+call build.bat < ns.txt
+
+call git add -A
+call git commit -m "This commit was generated by pull_and_rebuild.bat and does exactly that"