Skip to content

Commit

Permalink
scoreboard for instagib show rail acc instead of damage Irbyz#73
Browse files Browse the repository at this point in the history
  • Loading branch information
dedavidd committed Dec 14, 2018
1 parent d5630a8 commit c291bfb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions code/game/g_svcmds_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,13 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

#include "g_local.h"


// forward declare
void default_Svcmd_Status_f();

/*
============
Svcmd_status_f
Does Server Status from Console
============
*/
void Svcmd_Status_f( void )
{
default_Svcmd_Status_f();
}

void default_Svcmd_Status_f( void )
{
int i;
gclient_t *cl;
Expand Down

0 comments on commit c291bfb

Please sign in to comment.