mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
Added some trap_AddComand for ref cvars
This commit is contained in:
parent
ac06519641
commit
fd2405125f
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.30 2002/03/07 00:03:00 assimon
|
||||
// Added some trap_AddComand for ref cvars
|
||||
//
|
||||
// Revision 1.29 2002/02/28 05:41:54 blaze
|
||||
// weapons stats on client side
|
||||
//
|
||||
|
@ -886,4 +889,8 @@ void CG_InitConsoleCommands( void ) {
|
|||
trap_AddCommand ("captain");
|
||||
trap_AddCommand ("ready");
|
||||
trap_AddCommand ("sub");
|
||||
// aasimon: refeere mm
|
||||
trap_AddCommand ("reflogin");
|
||||
trap_AddCommand ("ref");
|
||||
trap_AddCommand ("refresign");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue