From: Steinar H. Gunderson Date: Mon, 1 May 2023 17:43:49 +0000 (+0200) Subject: Their throwaways take us to offense. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=49b2d3363c59088a5dc67b6680889bc480446b7f;p=pkanalytics Their throwaways take us to offense. --- diff --git a/events.cpp b/events.cpp index ded1b6f..7c9f93e 100644 --- a/events.cpp +++ b/events.cpp @@ -258,7 +258,7 @@ EventsModel::Status EventsModel::get_status_at(uint64_t t) s.offense = true; last_gained_possession = e.t; } - if (e.type == "defense") { + if (e.type == "defense" || e.type == "their_throwaway") { s.offense = true; num_touches = 0; }