Browse Source

Revert "Update console.h"

This reverts commit 76c17179e695df08466c34bf334c1e819ad59c76.
marauder2k7 5 months ago
parent
commit
954c3b03db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/console/console.h

+ 1 - 1
Engine/source/console/console.h

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