misc: cosmetic changes

This commit is contained in:
ds 2020-09-10 13:54:00 +03:00
commit c65272e65b
6 changed files with 8 additions and 6 deletions

View file

@ -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) {