diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/lualistener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lualistener.cpp b/indra/llcommon/lualistener.cpp index b7036c1c48..5c4989e891 100644 --- a/indra/llcommon/lualistener.cpp +++ b/indra/llcommon/lualistener.cpp @@ -41,7 +41,7 @@ LuaListener::LuaListener(lua_State* L): // Listen for shutdown events. mShutdownConnection( LLCoros::getStopListener( - LLEventPump::inventName("LuaState"), + "LuaState", mCoroName, [this](const LLSD&) { |