Added MM's ClearScores command as console cmd also

This commit is contained in:
Daniel Simoes 2002-06-10 17:40:52 +00:00
parent 9b2d76a3c6
commit f2f26ad898

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.10 2002/06/10 17:40:52 slicer
// Added MM's ClearScores command as console cmd also
//
// Revision 1.9 2002/05/20 04:59:33 jbravo
// Lots of small fixes.
//
@ -472,6 +475,11 @@ qboolean ConsoleCommand( void ) {
RQ3_Cmd_Stuff();
return qtrue;
}
//sLiCeR: adding a clearScores
if (Q_stricmp (cmd, "clearscores") == 0) {
MM_ClearScores();
return qtrue;
}
if (Q_stricmp (cmd, "listip") == 0) {
trap_SendConsoleCommand( EXEC_NOW, "g_banIPs\n" );