mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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");
|
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