From 934b86730e87f557047834bbae1cbde41671e945 Mon Sep 17 00:00:00 2001 From: Scott Brooks Date: Thu, 31 Jan 2002 02:53:28 +0000 Subject: [PATCH] err, make that playerstats command --- reaction/game/g_cmds.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/game/g_cmds.c b/reaction/game/g_cmds.c index d48a58a6..1ef92aac 100644 --- a/reaction/game/g_cmds.c +++ b/reaction/game/g_cmds.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.42 2002/01/31 02:53:28 blaze +// err, make that playerstats command +// // Revision 1.41 2002/01/31 02:52:49 blaze // some basic work on the trains/elevators // @@ -41,7 +44,7 @@ void Use_BinaryMover( gentity_t *ent, gentity_t *other, gentity_t *activator ); DeathmatchScoreboardMessage ================== -*/ +*/ void DeathmatchScoreboardMessage( gentity_t *ent ) { char entry[1024]; char string[1400];