mirror of
https://codeberg.org/icewind/tf-log-parser.git
synced 2026-06-03 18:24:09 +02:00
userids are u16
This commit is contained in:
parent
1522bd2648
commit
175b28ad61
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ impl TryFrom<&RawSubject<'_>> for SubjectId {
|
|||
pub enum SubjectData {
|
||||
Player {
|
||||
name: String,
|
||||
user_id: u8,
|
||||
user_id: u16,
|
||||
steam_id: SteamID,
|
||||
team: Team,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue