mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Add telepport and listentities commands as forward to server cmds.
This makes them available for autocompletion. Closes issue #430.
This commit is contained in:
parent
90c2ac8946
commit
7d28dbbc54
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue