Revert "Update console.h"

This reverts commit 76c17179e695df08466c34bf334c1e819ad59c76.
This commit is contained in:
marauder2k7 2025-05-11 15:54:20 +01:00
parent bdcd60f8af
commit 954c3b03db

View file

@ -347,7 +347,7 @@ public:
{ {
//cleanupData(); //cleanupData();
type = ConsoleValueType::cvSTEntry; type = ConsoleValueType::cvSTEntry;
s = const_cast<char*>(StringTable->insert(val)); s = const_cast<char*>(val);
} }
TORQUE_FORCEINLINE void setEmptyString() TORQUE_FORCEINLINE void setEmptyString()