diff options
-rw-r--r-- | src/strgen/strgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 81752309d..2433f7394 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -463,7 +463,7 @@ static const CmdStruct _cmd_structs[] = { // These are special versions of {STRING1} // The first string includes the second string. - {"COMPANY", EmitSingleChar, SCC_STRING1, 1, 0}, + {"COMPANY", EmitSingleChar, SCC_STRING1, 2, 0}, {"PLAYERNAME", EmitSingleChar, SCC_STRING1, 1, 0}, {"VEHICLE", EmitSingleChar, SCC_STRING1, 1, 0}, |