summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimnearbychatlistener.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-24 10:08:35 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-24 10:08:35 -0400
commitf700ec2e8b16eea8eded72839857c70a081fe478 (patch)
tree2959f8f27b5e0cc13b02b373cf5849a13392e84c /indra/newview/llfloaterimnearbychatlistener.cpp
parentb0ef843fe0702482e843379b4975b2dda4d58935 (diff)
parent66a8b0ebb7fc1e6acdb0028f7ca8547153e10062 (diff)
Merge branch 'release/luau-scripting' into lua-chatplus
Diffstat (limited to 'indra/newview/llfloaterimnearbychatlistener.cpp')
-rw-r--r--indra/newview/llfloaterimnearbychatlistener.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimnearbychatlistener.cpp b/indra/newview/llfloaterimnearbychatlistener.cpp
index 9093db282a..0618741cc4 100644
--- a/indra/newview/llfloaterimnearbychatlistener.cpp
+++ b/indra/newview/llfloaterimnearbychatlistener.cpp
@@ -40,7 +40,8 @@ static const F32 CHAT_THROTTLE_PERIOD = 1.f;
LLFloaterIMNearbyChatListener::LLFloaterIMNearbyChatListener()
: LLEventAPI("LLChatBar",
- "LLChatBar listener to (e.g.) sendChat, etc.")
+ "LLChatBar listener to (e.g.) sendChat, etc."),
+ mLastThrottleTime(0)
{
add("sendChat",
"Send chat to the simulator:\n"