Function clear_book_changes

Source
pub fn clear_book_changes(pid: u16)
Expand description

Clear the last recorded book changes for a player.

This is used to initialize the sending of new PlayerBook packets.

pid The player ID whose book changes should be used.

Returns void