status string inverted logic fixed about status
* related to commit 90573105519953847be513068c1f05f1a1771d7c
This commit is contained in:
parent
5db6593abd
commit
d9bdbbd307
@ -19,7 +19,7 @@ stages:
|
|||||||
- make install
|
- make install
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
expire_in: 1d
|
expire_in: 1y
|
||||||
paths:
|
paths:
|
||||||
- artifact/*
|
- artifact/*
|
||||||
|
|
||||||
|
@ -3304,7 +3304,7 @@ std::string Server::getStatusString()
|
|||||||
|
|
||||||
os << "# Server: ";
|
os << "# Server: ";
|
||||||
// Version
|
// Version
|
||||||
if (!g_settings->getBool("announce_mt_id"))
|
if (g_settings->getBool("announce_mt_id"))
|
||||||
os << "version=" << "0.4.16";
|
os << "version=" << "0.4.16";
|
||||||
else
|
else
|
||||||
os << "version=" << g_version_string;
|
os << "version=" << g_version_string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user