Merge pull request #18 from nullworks/master

updates
This commit is contained in:
LightCat 2018-06-12 17:01:48 +02:00 committed by GitHub
commit ff8b0dec37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ static CatVar box_corner_size(CV_INT, "esp_box_corner_size", "10",
"Corner Size");
static CatVar box_3d_player(CV_SWITCH, "esp_3d_players", "0",
"Draw 3D box over players");
static CatVar box_3d_building(CV_SWITCH, "esp_3d_buildings", "1",
static CatVar box_3d_building(CV_SWITCH, "esp_3d_buildings", "0",
"Draw 3D box over buildings");
// Tracers
static CatEnum tracers_enum({ "OFF", "CENTER", "BOTTOM" });

@ -1 +1 @@
Subproject commit 5b577a66da2e64726385cd28150123896cc1badf
Subproject commit 70ec1ad99e11d1ea37796de0d69eeb38a8b4a200

2
update
View File

@ -2,5 +2,5 @@
#Get updated source code
git fetch;git pull origin;git submodule update --remote --recursive
#Update cathook
cd build; cmake ..; make; cd ..; cd ..
cd build; cmake ..; make -j$(grep -c '^processor' /proc/cpuinfo); cd ..; cd ..
printf "\n\n";printf '\e[1;34m%-6s\e' "Cathook update complete!";printf "\n\n"