doc: Fix "TranferMode" typo in Node.rpc_config
description
This commit is contained in:
parent
764193629f
commit
e74c932ee3
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@
|
|||
[codeblock]
|
||||
{
|
||||
rpc_mode = MultiplayerAPI.RPCMode,
|
||||
transfer_mode = MultiplayerPeer.TranferMode,
|
||||
transfer_mode = MultiplayerPeer.TransferMode,
|
||||
call_local = false,
|
||||
channel = 0,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue