summaryrefslogtreecommitdiff
path: root/src/game/g_admin.h
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-03 12:32:29 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:03 +0000
commit75aea75974336cc763d936aac735eb8c110e2cb7 (patch)
tree2ff8be362565911109a9fe2c4137c156589c6864 /src/game/g_admin.h
parent55f9653842686fb1c56e168e1fe183982138f56f (diff)
* (bug 3354) Add /clientlist cgame command for listing connected clients (DevHC)
* Remove ADMF_SEESFULLLISTPLAYERS and return !listplayers to the old default value of always listing everything. Servers can now freely disallow !listplayers from non-admins, who can use /clientlist (or the GUI) to obtain the info they need.
Diffstat (limited to 'src/game/g_admin.h')
-rw-r--r--src/game/g_admin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_admin.h b/src/game/g_admin.h
index 3eada800..494496dc 100644
--- a/src/game/g_admin.h
+++ b/src/game/g_admin.h
@@ -69,7 +69,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define ADMF_IMMUTABLE '!'
#define ADMF_INCOGNITO '@'
-#define ADMF_SEESFULLLISTPLAYERS '$'
#define ADMF_ADMINCHAT '?'
#define MAX_ADMIN_LISTITEMS 20