diff options
Diffstat (limited to '')
| -rw-r--r-- | wwb/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wwb/src/main.rs b/wwb/src/main.rs index 6052fa5..68257f5 100644 --- a/wwb/src/main.rs +++ b/wwb/src/main.rs @@ -183,7 +183,7 @@ fn game_loop(game: &mut Game, path: &str, do_save: &AtomicBool) { let mut i = 0; for player in game.players.iter() { log::warn!( - "Player {:?} is currently on space {}. Their high score is {}.", + "Player {} is currently on space {}. Their high score is {}.", { let tmp = i; i += 1; tmp }, player.current_space, player.high_score |
