actually dummy commit to test webhook

This commit is contained in:
nullifiedcat 2017-04-30 11:47:58 +03:00
parent 51a79a019c
commit c5b0dea364

View File

@ -519,7 +519,6 @@ void ProcessEntityPT(CachedEntity* ent) {
}
if (ent_data.string_count) {
// FIXME
bool origin_is_zero = !box_esp || ent_data.esp_origin.IsZero(1.0f);
if (vischeck && !ent->IsVisible()) transparent = true;
Vector draw_point = origin_is_zero ? screen : ent_data.esp_origin;