mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
reencode test
This commit is contained in:
parent
f24b82ccd3
commit
9a51ac9359
1 changed files with 1 additions and 1 deletions
|
|
@ -121,6 +121,6 @@ fn mut_string_user_info(entry: &mut StringTableEntry) {
|
||||||
user_info.player_info.steam_id = "[U:1:32061783]".into();
|
user_info.player_info.steam_id = "[U:1:32061783]".into();
|
||||||
user_info.player_info.friends_id =
|
user_info.player_info.friends_id =
|
||||||
SteamID::from_steam3("[U:1:32061783]").unwrap().account_id();
|
SteamID::from_steam3("[U:1:32061783]").unwrap().account_id();
|
||||||
// *entry = user_info.encode_to_string_table().unwrap();
|
*entry = user_info.encode_to_string_table().unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue