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