Function clear_journal_changes

Source
pub fn clear_journal_changes(pid: u16)
Expand description

Clear the last recorded journal changes for a player.

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

pid The player ID whose journal changes should be used.

Returns void