more changes.

This commit is contained in:
Jeff Hutchinson 2021-04-12 21:26:26 -04:00
parent 960db74733
commit 93500b6ac4
4 changed files with 185 additions and 40 deletions

View file

@ -1657,7 +1657,7 @@ static ConsoleValue _internalExecute(SimObject *object, S32 argc, ConsoleValue a
if(ent == NULL)
{
warnf(ConsoleLogEntry::Script, "%s: undefined for object '%s' - id %d", funcName, object->getName(), object->getId());
//warnf(ConsoleLogEntry::Script, "%s: undefined for object '%s' - id %d", funcName, object->getName(), object->getId());
STR.clearFunctionOffset();
return std::move(ConsoleValue());