diff options
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 2c14434194..4d2a40da67 100644 --- a/indra/newview/rlvhelper.cpp +++ b/indra/newview/rlvhelper.cpp @@ -66,6 +66,7 @@ BehaviourDictionary::BehaviourDictionary() addEntry(new ForceProcessor<EBehaviour::Detach>("detach")); // AddRem + addEntry(new BehaviourProcessor<EBehaviour::RedirChat>("redirchat")); addEntry(new BehaviourProcessor<EBehaviour::Sit>("sit")); addEntry(new BehaviourProcessor<EBehaviour::Unsit>("unsit")); addEntry(new BehaviourProcessor<EBehaviour::Detach>("detach")); |
