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

@ -1626,7 +1626,7 @@ void postConsoleInput( RawData data )
{
// Schedule this to happen at the next time event.
ConsoleValue argv[2];
argv[0].setString("eval");
argv[0].setStringTableEntry("eval");
argv[1].setString(reinterpret_cast<const char*>(data.data));
Sim::postCurrentEvent(Sim::getRootGroup(), new SimConsoleEvent(2, argv, false));