mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Changed: New command /version to display Ryzom client version
--HG-- branch : develop
This commit is contained in:
parent
cc72b3e2a1
commit
df1e6aa11b
1 changed files with 7 additions and 0 deletions
|
@ -5806,3 +5806,10 @@ NLMISC_COMMAND(playedTime, "Display character played time", "")
|
||||||
CInterfaceManager::getInstance()->displaySystemInfo(msg, "AROUND");
|
CInterfaceManager::getInstance()->displaySystemInfo(msg, "AROUND");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NLMISC_COMMAND(version, "Display client version", "")
|
||||||
|
{
|
||||||
|
ucstring msg = getDebugVersion();
|
||||||
|
CInterfaceManager::getInstance()->displaySystemInfo(msg, "AROUND");
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue