why tf is this a switch

This commit is contained in:
LIghty 2018-03-21 16:49:51 +01:00
parent 95ffe8bead
commit 0f3a4d28a6

View File

@ -16,7 +16,7 @@ namespace autobackstab
static CatVar enabled(CV_SWITCH, "autobackstab", "0", "Auto Backstab",
"Does not depend on triggerbot!");
static CatVar value(CV_SWITCH, "autobackstab_range", "110.0f",
static CatVar value(CV_INT, "autobackstab_range", "110.0f",
"Set Detection Distance to this much");
bool found;
// TODO improve