You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Revert "RPCMode refactor, more sync modes"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user