mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-17 10:47:44 +00:00
Rename ChatMessage's player_id to actor_id
This is a more accurate name for this field.
This commit is contained in:
parent
0399930ec7
commit
dbfe3d542d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use crate::common::{read_string, write_string};
|
|||
pub struct ChatMessage {
|
||||
// TODO: incomplete
|
||||
#[brw(pad_before = 4)] // empty
|
||||
pub player_id: u32,
|
||||
pub actor_id: u32,
|
||||
|
||||
#[brw(pad_before = 4)] // empty
|
||||
pub timestamp: u32,
|
||||
|
|
Loading…
Add table
Reference in a new issue