Skip to content

Commit

Permalink
Add unknown for unknown things
Browse files Browse the repository at this point in the history
  • Loading branch information
elsald authored and TristanDebrunner committed Nov 19, 2023
1 parent 7c544cf commit 993cecb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions refbox/src/app/view_builders/game_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ fn details_strings(
)
.unwrap();

write!(&mut left_string, "Stop clock in last 2 minutes: \n").unwrap();
write!(&mut left_string, "Stop clock in last 2 minutes: UNKNOWN\n").unwrap();

write!(
&mut right_string,
"Cheif ref: \n\
Timer: \n\
Water ref 1: \n\
Water ref 2: \n\
Water ref 3: ",
"Cheif ref: UNKNOWN\n\
Timer: UNKNOWN\n\
Water ref 1: UNKNOWN\n\
Water ref 2: UNKNOWN\n\
Water ref 3: UNKNOWN",
)
.unwrap();

Expand Down

0 comments on commit 993cecb

Please sign in to comment.