pub fn clear_faction_changes(pid: u16)
Expand description
Clear the last recorded faction changes for a player.
This is used to initialize the sending of new PlayerFaction packets.
pid
The player ID whose faction changes should be used.
Returns void