fix: version displaying.
This commit is contained in:
parent
f15a115b0a
commit
9c85913a0f
4 changed files with 5 additions and 5 deletions
|
|
@ -151,7 +151,7 @@ int BotControl::cmdWeaponMode () {
|
|||
int BotControl::cmdVersion () {
|
||||
auto &build = product.build;
|
||||
|
||||
msg ("%s v%s.%s (ID %s)", product.name, product.version, build.count, build.id);
|
||||
msg ("%s v%s (ID %s)", product.name, product.version, build.id);
|
||||
msg (" by %s (%s)", product.author, product.email);
|
||||
msg (" %s", product.url);
|
||||
msg ("compiled: %s on %s with %s", product.dtime, build.machine, build.compiler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue