mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
Removed a comment that suggested that a feature doesnt work
it turns out it was working, i just thought it wasnt.
This commit is contained in:
parent
3ef9289dfb
commit
11964d530f
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ impl ValveProtocol {
|
|||
}
|
||||
};
|
||||
|
||||
let steam_id = match (value & 0x10) > 0 { //doesnt work?
|
||||
let steam_id = match (value & 0x10) > 0 {
|
||||
false => None,
|
||||
true => {
|
||||
let p = get_u64_from_buf(&buf[last_edf_position..]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue