summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorMaeJong <mewiceclair@gmail.com>2017-04-18 23:47:33 +0200
committerMaeJong <mewiceclair@gmail.com>2017-04-18 23:47:33 +0200
commitb8db90f6dbf6c894ebc1bfccbbf61fdb27025bc1 (patch)
tree5b267d39d0c4cf0ec6651384a4a5698fac9901ee /src/game/g_local.h
parentfb1c012ae1dfb56a1393e20571c2faf1f271a817 (diff)
Implement g_reportAdminListMinLvl
Specifies the minimum level needed for a player's name to be written in the "admins" field in reports. Defaults to 4
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 5835385..8edcc71 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1539,6 +1539,7 @@ extern vmCvar_t g_maxReports;
extern vmCvar_t g_maxUnregReports;
extern vmCvar_t g_reportWelcomeComment;
+extern vmCvar_t g_reportAdminListMinLvl;
extern vmCvar_t g_schachtmeisterClearThreshold;
extern vmCvar_t g_schachtmeisterAutobahnThreshold;