Skip to content

Commit

Permalink
Add back newlines to bot usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Feb 28, 2016
1 parent e4d5c50 commit be52f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sgame/sg_admin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5586,9 +5586,9 @@ bool G_admin_bot( gentity_t *ent )
int i;
int clientNum;

static const char bot_usage[] = QQ( N_( "^3bot: ^7usage: bot add [^5name|*^7] [^5aliens|humans^7] (^5skill^7) (^5behavior^7)"
" bot [^5del|spec|unspec^7] [^5name|all^7]"
" bot names [^5aliens|humans^7] [^5names…^7]"
static const char bot_usage[] = QQ( N_( "^3bot: ^7usage: bot add [^5name|*^7] [^5aliens|humans^7] (^5skill^7) (^5behavior^7)\n"
" bot [^5del|spec|unspec^7] [^5name|all^7]\n"
" bot names [^5aliens|humans^7] [^5names…^7]\n"
" bot names [^5clear|list^7]" ) );

if ( trap_Argc() < min_args )
Expand Down

0 comments on commit be52f84

Please sign in to comment.