diff --git a/Engine/source/console/compiledEval.cpp b/Engine/source/console/compiledEval.cpp index 495268ed2..4b5871869 100644 --- a/Engine/source/console/compiledEval.cpp +++ b/Engine/source/console/compiledEval.cpp @@ -1831,7 +1831,10 @@ breakContinue: floatStack[++_FLT] = (F32)ret; } else if(code[ip] == OP_STR_TO_NONE) + { + STR.setStringValue(ret.getStringValue()); ip++; + } else STR.setStringValue((const char*)ret);