fix: version displaying.
This commit is contained in:
parent
f15a115b0a
commit
9c85913a0f
4 changed files with 5 additions and 5 deletions
|
|
@ -810,7 +810,7 @@ bool Game::postload () {
|
|||
if (is (GameFlags::Metamod)) {
|
||||
gameVersionFlags.push ("Metamod");
|
||||
}
|
||||
print ("\n%s v%s.%s successfully loaded for game: Counter-Strike %s.\n\tFlags: %s.\n", product.name, product.version, product.build.count, gameVersionStr, gameVersionFlags.empty () ? "None" : String::join (gameVersionFlags, ", "));
|
||||
print ("\n%s v%s successfully loaded for game: Counter-Strike %s.\n\tFlags: %s.\n", product.name, product.version, gameVersionStr, gameVersionFlags.empty () ? "None" : String::join (gameVersionFlags, ", "));
|
||||
};
|
||||
|
||||
if (plat.android) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue