mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Register "dot commands" for help (CCommandInput)
This commit is contained in:
committed by
Mat Sutcliffe
parent
72334af1e8
commit
84cfec81e7
@@ -149,7 +149,7 @@ namespace BlackMisc
|
||||
|
||||
bool CSimpleCommandParser::registered(const QString &helpContext)
|
||||
{
|
||||
if (s_registered.contains(helpContext)) { return true; };
|
||||
if (s_registered.contains(helpContext)) { return true; }
|
||||
s_registered.insert(helpContext);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user