pub fn add_faction(pid: u16)Expand description
Add the server’s temporary faction to the faction changes for a player.
In the process, the server’s temporary faction will automatically be cleared so a new one
can be set up.
pid The player ID whose faction changes should be used.
Returns void