From 412a7cc8ea6198ce71df2ee755a9f42cd7c1e5b2 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Fri, 23 Oct 2009 02:59:52 +0000 Subject: * "follownext" should not have been removed (in r1829) --- src/game/g_cmds.c | 1 + 1 file changed, 1 insertion(+) 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 }, -- cgit