html terminal
Diffstat (limited to 'src/bot/player.rs')
| -rw-r--r-- | src/bot/player.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot/player.rs b/src/bot/player.rs index 26b2dd5..9039485 100644 --- a/src/bot/player.rs +++ b/src/bot/player.rs @@ -67,7 +67,7 @@ async fn get_players(stdin: &broadcast::Sender<String>) -> Result<Vec<Player>> { name: strip_colors(name), uuid: uuid.to_owned(), ip: Ipv4Addr::from_str(ip).unwrap(), - }) + }); } } } |