mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
server to print version in chat
This commit is contained in:
parent
6edb8c567c
commit
ab51298a0d
1 changed files with 3 additions and 1 deletions
|
@ -3846,8 +3846,10 @@ std::wstring Server::getStatusString()
|
||||||
{
|
{
|
||||||
std::wostringstream os(std::ios_base::binary);
|
std::wostringstream os(std::ios_base::binary);
|
||||||
os<<L"# Server: ";
|
os<<L"# Server: ";
|
||||||
|
// Version
|
||||||
|
os<<L"version="<<narrow_to_wide(VERSION_STRING);
|
||||||
// Uptime
|
// Uptime
|
||||||
os<<L"uptime="<<m_uptime.get();
|
os<<L", uptime="<<m_uptime.get();
|
||||||
// Information about clients
|
// Information about clients
|
||||||
os<<L", clients={";
|
os<<L", clients={";
|
||||||
for(core::map<u16, RemoteClient*>::Iterator
|
for(core::map<u16, RemoteClient*>::Iterator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue