|
@@ -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()
|