Update ctf_pvp_engine, add update script
This commit is contained in:
parent
46861dbaa7
commit
25ea2afb10
2 changed files with 6 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 8ffdefa908aecffc4bab8795ec00daa2fec69ced
|
||||
Subproject commit 40c84728d45a148da083b969135298738b35bfdd
|
5
update.sh
Executable file
5
update.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
git pull &&
|
||||
cd mods/ctf_pvp_engine &&
|
||||
git pull origin master &&
|
||||
cd ../.. &&
|
||||
./build.sh ../games/capturetheflag
|
Loading…
Reference in a new issue