diff --git a/modules/gdscript/gdscript_rpc_callable.cpp b/modules/gdscript/gdscript_rpc_callable.cpp index dd3704c8125a..07e5ed417197 100644 --- a/modules/gdscript/gdscript_rpc_callable.cpp +++ b/modules/gdscript/gdscript_rpc_callable.cpp @@ -46,8 +46,8 @@ uint32_t GDScriptRPCCallable::hash() const { } String GDScriptRPCCallable::get_as_text() const { - String class_name = node->get_class(); - Ref