This commit is contained in:
BenCat07 2018-06-12 17:56:53 +02:00
commit d1eea45877
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"