mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
updates
This commit is contained in:
parent
5a6d7006e0
commit
fb383652c8
22 changed files with 3161 additions and 3071 deletions
|
|
@ -255,7 +255,8 @@ impl Parser for PlayerParser {
|
|||
Ok(Player {
|
||||
name,
|
||||
avatar,
|
||||
steam_id: SteamID::try_from(id.as_str()).unwrap_or_default(),
|
||||
steam_id: SteamID::from_str(id.as_str())
|
||||
.unwrap_or_else(|_| SteamID::from_steam64(0).unwrap()),
|
||||
honors,
|
||||
teams,
|
||||
favorite_classes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue