summaryrefslogtreecommitdiff
path: root/indra/newview/rlvhelper.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-06-28 20:31:50 +0800
committerErik Kundiman <erik@megapahit.org>2025-06-28 20:31:50 +0800
commit70732b62c9fcdb57b36492945dd63ee072fbb7ab (patch)
tree8f4a928756c64f2c409d64daf3d3bcbbb9e3b61a /indra/newview/rlvhelper.cpp
parent3831d3a8dc9ce85e6128d5943df781c4ef9e0157 (diff)
Minimal @sit:<UUID>=force command implementation
Diffstat (limited to 'indra/newview/rlvhelper.cpp')
-rw-r--r--indra/newview/rlvhelper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/rlvhelper.cpp b/indra/newview/rlvhelper.cpp
index 7cb1473c8c..cfbac6bc8d 100644
--- a/indra/newview/rlvhelper.cpp
+++ b/indra/newview/rlvhelper.cpp
@@ -54,6 +54,9 @@ BehaviourDictionary::BehaviourDictionary()
addEntry(new ReplyProcessor<EBehaviour::VersionNew, VersionReplyHandler>("versionnew"));
addEntry(new ReplyProcessor<EBehaviour::VersionNum>("versionnum"));
+ // Force
+ addEntry(new ForceProcessor<EBehaviour::Sit>("sit"));
+
// Populate mString2InfoMap (the tuple <behaviour, type> should be unique)
for (const BehaviourInfo* bhvr_info_p : mBhvrInfoList)
{