mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: Added new command /playedTime that displays time played with this character
This commit is contained in:
parent
72e7f9410a
commit
1c229ff768
1 changed files with 8 additions and 0 deletions
|
@ -5798,3 +5798,11 @@ NLMISC_COMMAND(time, "Shows information about the current time", "")
|
|||
CInterfaceManager::getInstance()->displaySystemInfo(msg, "AROUND");
|
||||
return true;
|
||||
}
|
||||
|
||||
NLMISC_COMMAND(playedTime, "Display character played time", "")
|
||||
{
|
||||
ucstring msg = CI18N::get("uiPlayedTime");
|
||||
strFindReplace(msg, "%time", NLMISC::secondsToHumanReadable(CharPlayedTime));
|
||||
CInterfaceManager::getInstance()->displaySystemInfo(msg, "AROUND");
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue