summaryrefslogtreecommitdiff
path: root/indra/newview/rlvhelper.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-06-30 18:09:32 +0800
committerErik Kundiman <erik@megapahit.org>2025-06-30 18:09:32 +0800
commitd0e3c7a40395ea5ad7f7a9982ce4dbf464e24caa (patch)
tree92902324d9a26aeec801e55e9f65573024593569 /indra/newview/rlvhelper.cpp
parentd6e7979612be80b24441fa84678adb476fda8405 (diff)
Minimal @unsit=<y/n> command implementation
Hides the Stand up button too, but doesn't prevent teleporting yet.
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 c0658f8f8a..7c5f939d31 100644
--- a/indra/newview/rlvhelper.cpp
+++ b/indra/newview/rlvhelper.cpp
@@ -60,6 +60,7 @@ BehaviourDictionary::BehaviourDictionary()
addEntry(new ForceProcessor<EBehaviour::Unsit>("unsit"));
// AddRem
+ addEntry(new BehaviourProcessor<EBehaviour::Unsit>("unsit"));
// Populate mString2InfoMap (the tuple <behaviour, type> should be unique)
for (const BehaviourInfo* bhvr_info_p : mBhvrInfoList)