more stringtable leveraging

This commit is contained in:
AzaezelX 2025-05-19 12:09:21 -05:00
parent 874229047c
commit 5ab2419826
6 changed files with 15 additions and 15 deletions

View file

@ -352,7 +352,7 @@ public:
{
cleanupData();
type = ConsoleValueType::cvSTEntry;
s = (char*)std::move(val);
s = (char*)(StringTable->insert(val));
bufferLen = 0;
}