From 982ca52e4cb8dd4b7b6aab9070999a3cfbcbd209 Mon Sep 17 00:00:00 2001 From: Ninni Pipping Date: Fri, 23 Jun 2023 10:26:33 +0200 Subject: [PATCH] Fix `MultiplayerSpawner` documentation --- modules/multiplayer/doc_classes/MultiplayerSpawner.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/multiplayer/doc_classes/MultiplayerSpawner.xml b/modules/multiplayer/doc_classes/MultiplayerSpawner.xml index b2ac85ef309..e6564a8aac6 100644 --- a/modules/multiplayer/doc_classes/MultiplayerSpawner.xml +++ b/modules/multiplayer/doc_classes/MultiplayerSpawner.xml @@ -47,7 +47,7 @@ - + Method called on all peers when for every custom [method spawn] requested by the authority. Will receive the [code]data[/code] parameter, and should return a [Node] that is not in the scene tree. [b]Note:[/b] The returned node should [b]not[/b] be added to the scene with [method Node.add_child]. This is done automatically.