Shorten draw status

This commit is contained in:
Joaquin 2022-09-01 23:15:08 -06:00
parent abf50fb81f
commit fa90039ca2

View File

@ -83,7 +83,7 @@ namespace cheat::feature
f_Radius.value(),
f_Distance.value(),
f_OnlyTarget ? "Aggro" : "All",
f_SetCollider ? "RCollider" : "ECollider");
f_SetCollider ? "RC" : "");
}
MobVacuum& MobVacuum::GetInstance()