summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2009-10-23 02:59:52 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:01 +0000
commit412a7cc8ea6198ce71df2ee755a9f42cd7c1e5b2 (patch)
tree5a8d1ef0445aa9c8b5dc2bc87d44425d34596ca5 /src/game/g_cmds.c
parent07931a1768dccad3a57fbd931f2189d0a4ef6408 (diff)
* "follownext" should not have been removed (in r1829)
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 09f1ed71..e6adfaf0 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -2900,6 +2900,7 @@ commands_t cmds[ ] = {
{ "deconstruct", CMD_TEAM|CMD_LIVING, Cmd_Destroy_f },
{ "destroy", CMD_CHEAT|CMD_TEAM|CMD_LIVING, Cmd_Destroy_f },
{ "follow", CMD_SPEC, Cmd_Follow_f },
+ { "follownext", CMD_SPEC, Cmd_FollowCycle_f },
{ "followprev", CMD_SPEC, Cmd_FollowCycle_f },
{ "give", CMD_CHEAT|CMD_TEAM|CMD_LIVING, Cmd_Give_f },
{ "god", CMD_CHEAT|CMD_TEAM|CMD_LIVING, Cmd_God_f },