mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] reimplements attack and player logs (#12553)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
bb90e792ca
commit
99afe463dc
@@ -729,7 +729,7 @@
|
||||
/datum/config_entry/flag/allow_simple_mob_recolor
|
||||
|
||||
/// Chatlogs are now saved by calling the chatlogging library instead of letting the clients handle it
|
||||
/// REQUIRES an database
|
||||
/// REQUIRES a database
|
||||
/datum/config_entry/flag/chatlog_database_backend
|
||||
default = FALSE
|
||||
|
||||
@@ -737,6 +737,11 @@
|
||||
/// REQUIRES chatlog_database_backend to be enabled
|
||||
/datum/config_entry/string/chatlog_database_api_endpoint
|
||||
|
||||
/// Enables logging dialogue and attack logs to the database
|
||||
/// REQUIRES a database
|
||||
/datum/config_entry/flag/database_logging
|
||||
default = FALSE
|
||||
|
||||
/datum/config_entry/flag/forbid_admin_profiling
|
||||
|
||||
/datum/config_entry/flag/pixel_size_limit
|
||||
|
||||
Reference in New Issue
Block a user