diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-02-05 14:29:45 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-02-11 10:17:25 +0200 |
| commit | fd82aa010c4ff369484304d00822dc286d9c720e (patch) | |
| tree | b345cd26fbd3cf7e1c5ee172ee851aef4a997e4c /indra/llmessage/message_prehash.cpp | |
| parent | 7f88aedbc3b53496bc99d8e0e64a818c7a3f6d6f (diff) | |
#3423 Adapt the code to the changes on a server
Diffstat (limited to 'indra/llmessage/message_prehash.cpp')
| -rw-r--r-- | indra/llmessage/message_prehash.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmessage/message_prehash.cpp b/indra/llmessage/message_prehash.cpp index df16184e76..fab07c018c 100644 --- a/indra/llmessage/message_prehash.cpp +++ b/indra/llmessage/message_prehash.cpp @@ -715,7 +715,8 @@ char const* const _PREHASH_AttachedSoundGainChange = LLMessageStringTable::getIn char const* const _PREHASH_LocationID = LLMessageStringTable::getInstance()->getString("LocationID"); char const* const _PREHASH_Running = LLMessageStringTable::getInstance()->getString("Running"); char const* const _PREHASH_Mono = LLMessageStringTable::getInstance()->getString("Mono"); -char const* const _PREHASH_CompileTarget = LLMessageStringTable::getInstance()->getString("CompileTarget"); +char const* const _PREHASH_Luau = LLMessageStringTable::getInstance()->getString("Luau"); +char const* const _PREHASH_LuauLanguage = LLMessageStringTable::getInstance()->getString("LuauLanguage"); char const* const _PREHASH_AgentThrottle = LLMessageStringTable::getInstance()->getString("AgentThrottle"); char const* const _PREHASH_NeighborList = LLMessageStringTable::getInstance()->getString("NeighborList"); char const* const _PREHASH_PathTaperX = LLMessageStringTable::getInstance()->getString("PathTaperX"); |
