mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-21 08:28:44 +00:00
Changed: New command /version to display Ryzom client version
This commit is contained in:
parent
71a80e5896
commit
ff39885af2
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