Fix gamelog formatting errors.
This commit is contained in:
@@ -1955,7 +1955,7 @@
|
|||||||
action: Curls, // Big throw
|
action: Curls, // Big throw
|
||||||
down: None,
|
down: None,
|
||||||
terrain: None,
|
terrain: None,
|
||||||
)
|
),
|
||||||
Quarter(Third),
|
Quarter(Third),
|
||||||
Kickoff(Colorado),
|
Kickoff(Colorado),
|
||||||
Play(
|
Play(
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ impl LogFile {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clean this up?
|
||||||
let found = self
|
let found = self
|
||||||
.0
|
.0
|
||||||
.iter()
|
.iter()
|
||||||
|
|||||||
Reference in New Issue
Block a user