This commit is contained in:
Spartan322
2024-10-26 22:41:20 -04:00
110 changed files with 3035 additions and 1048 deletions

View File

@@ -829,7 +829,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, uint64_t p_thread
bool parsed = EditorDebuggerNode::get_singleton()->plugins_capture(this, p_msg, p_data);
if (!parsed) {
WARN_PRINT("unknown message " + p_msg);
WARN_PRINT("Unknown message: " + p_msg);
}
}
}