Changed: New command /version to display Ryzom client version
This commit is contained in:
parent
54d69aef76
commit
ee8a70287a
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");
|
||||
return true;
|
||||
}
|
||||
|
||||
NLMISC_COMMAND(version, "Display client version", "")
|
||||
{
|
||||
ucstring msg = getDebugVersion();
|
||||
CInterfaceManager::getInstance()->displaySystemInfo(msg, "AROUND");
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue