summaryrefslogtreecommitdiff
path: root/indra/newview/rlvhelper.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-06-29 09:43:05 +0800
committerErik Kundiman <erik@megapahit.org>2025-06-29 09:43:05 +0800
commite87685aacfd2873f6b41b8036ee63a9ed67e2be2 (patch)
treef38e0b86439afc400802df56e175f7dd8fbb9a0d /indra/newview/rlvhelper.cpp
parent70732b62c9fcdb57b36492945dd63ee072fbb7ab (diff)
Minimal @unsit=force command implementation
Diffstat (limited to 'indra/newview/rlvhelper.cpp')
-rw-r--r--indra/newview/rlvhelper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/rlvhelper.cpp b/indra/newview/rlvhelper.cpp
index cfbac6bc8d..a0a98d796e 100644
--- a/indra/newview/rlvhelper.cpp
+++ b/indra/newview/rlvhelper.cpp
@@ -56,6 +56,7 @@ BehaviourDictionary::BehaviourDictionary()
// Force
addEntry(new ForceProcessor<EBehaviour::Sit>("sit"));
+ addEntry(new ForceProcessor<EBehaviour::Unsit>("unsit"));
// Populate mString2InfoMap (the tuple <behaviour, type> should be unique)
for (const BehaviourInfo* bhvr_info_p : mBhvrInfoList)