added basic admin logs for PDA notekeeper notes (#34118)
* added basic admin logs for PDA notekeeper notes * formatting * added new LogType 'PdaInteract' and changed PDA notekeeper logs to it --------- Co-authored-by: dylanhunter <dylan2.whittingham@live.uwe.ac.uk>
This commit is contained in:
committed by
GitHub
parent
083d812e69
commit
9af4e63a3b
@@ -439,4 +439,9 @@ public enum LogType
|
||||
/// A ghost warped to an entity through the ghost warp menu.
|
||||
/// </summary>
|
||||
GhostWarp = 95,
|
||||
|
||||
/// <summary>
|
||||
/// A player interacted with a PDA or its cartridge component
|
||||
/// </summary>
|
||||
PdaInteract = 96,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user