diff options
author | Kitty Barnett <develop@catznip.com> | 2024-09-02 01:57:34 +0200 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-05-11 16:28:04 +0800 |
commit | de4d49e8c70d040dd2735d16997dbc4b48438c30 (patch) | |
tree | bfb023d3becb090b195c9daea8c40764a3ae254c /indra/newview/rlvhelper.cpp | |
parent | 838a398036ec96f2fd2149c0560182913e00860b (diff) |
Add the @getcommand command query reply command
Diffstat (limited to 'indra/newview/rlvhelper.cpp')
-rw-r--r-- | indra/newview/rlvhelper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/rlvhelper.cpp b/indra/newview/rlvhelper.cpp index c3f9e6f756..aad615d813 100644 --- a/indra/newview/rlvhelper.cpp +++ b/indra/newview/rlvhelper.cpp @@ -22,6 +22,7 @@ BehaviourDictionary::BehaviourDictionary() // // Reply-only // + addEntry(new ReplyProcessor<EBehaviour::GetCommand>("getcommand")); addEntry(new ReplyProcessor<EBehaviour::Version, VersionReplyHandler>("version")); addEntry(new ReplyProcessor<EBehaviour::VersionNew, VersionReplyHandler>("versionnew")); addEntry(new ReplyProcessor<EBehaviour::VersionNum>("versionnum")); |