1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

reencode test

This commit is contained in:
Robin Appelman 2021-07-22 00:12:41 +02:00
commit 9a51ac9359

View file

@ -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.friends_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();
}
}