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:
Zoey 2024-04-23 11:54:54 -07:00
parent b3050b5f29
commit b76bb5bbc6
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
2 changed files with 10 additions and 10 deletions

View file

@ -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,