mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 18:03:35 +00:00
Revert "RPCMode refactor, more sync modes"
This commit is contained in:
parent
d0b62ce155
commit
4c69a495c9
30 changed files with 333 additions and 319 deletions
|
@ -1455,7 +1455,7 @@ GDScriptFunction::GDScriptFunction() :
|
|||
|
||||
_stack_size = 0;
|
||||
_call_size = 0;
|
||||
rpc_mode = MultiplayerAPI::RPC_MODE_DISABLED;
|
||||
rpc_mode = ScriptInstance::RPC_MODE_DISABLED;
|
||||
name = "<anonymous>";
|
||||
#ifdef DEBUG_ENABLED
|
||||
_func_cname = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue