Add telepport and listentities commands as forward to server cmds.

This makes them available for autocompletion. Closes issue #430.
This commit is contained in:
Yamagi Burmeister 2019-09-12 09:35:38 +02:00
parent 90c2ac8946
commit 7d28dbbc54

View file

@ -619,6 +619,8 @@ CL_InitLocal(void)
Cmd_AddCommand("invdrop", NULL);
Cmd_AddCommand("weapnext", NULL);
Cmd_AddCommand("weapprev", NULL);
Cmd_AddCommand("listentities", NULL);
Cmd_AddCommand("teleport", NULL);
}
/*