misc: cosmetic changes
This commit is contained in:
parent
eadd7cd3a2
commit
c65272e65b
6 changed files with 8 additions and 6 deletions
|
|
@ -747,7 +747,7 @@ bool Game::postload () {
|
|||
game.registerCvars ();
|
||||
|
||||
// handle prefixes
|
||||
static StringArray prefixes = { "yb", "yapb" };
|
||||
static StringArray prefixes = { product.cmdPri, product.cmdSec };
|
||||
|
||||
// register all our handlers
|
||||
for (const auto &prefix : prefixes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue