mirror of
https://github.com/zyllian/classics.git
synced 2025-05-11 14:26:40 -07:00
rename Player::player_type
to Player::permissions
This commit is contained in:
parent
b3050b5f29
commit
b76bb5bbc6
2 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@ pub struct Player {
|
|||
/// the player's pitch
|
||||
pub pitch: u8,
|
||||
/// the player's permission state
|
||||
pub player_type: PlayerType,
|
||||
pub permissions: PlayerType,
|
||||
|
||||
/// the player's IP address
|
||||
pub _addr: SocketAddr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue