[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
This commit is contained in:
parent
72240084ca
commit
88d68346ee
31 changed files with 102 additions and 102 deletions
|
|
@ -1170,7 +1170,7 @@ void GDScript::_init_rpc_methods_properties() {
|
|||
nd.name = E->key();
|
||||
nd.rpc_mode = E->get()->get_rpc_mode();
|
||||
// TODO
|
||||
nd.transfer_mode = NetworkedMultiplayerPeer::TRANSFER_MODE_RELIABLE;
|
||||
nd.transfer_mode = MultiplayerPeer::TRANSFER_MODE_RELIABLE;
|
||||
nd.channel = 0;
|
||||
if (-1 == rpc_functions.find(nd)) {
|
||||
rpc_functions.push_back(nd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue