Function send_world_region_authority

Source
pub fn send_world_region_authority(pid: u16)
Expand description

Send a WorldRegionAuthority packet establishing a certain player as the only one who
should process certain region-specific events (such as weather changes).

It is always sent to all players.

pid The player ID attached to the packet.

Returns void