mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Clearly deprecate sync too in favor of remotesync.
NOTE: This changes the RPC_MODE_* enum values. Games should be re-exported. GDNative rebuilt.
This commit is contained in:
parent
d6b31daec6
commit
1e9b46d687
10 changed files with 29 additions and 32 deletions
|
|
@ -4476,7 +4476,7 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
|
|||
return;
|
||||
}
|
||||
|
||||
rpc_mode = MultiplayerAPI::RPC_MODE_SYNC;
|
||||
rpc_mode = MultiplayerAPI::RPC_MODE_REMOTESYNC;
|
||||
continue;
|
||||
} break;
|
||||
case GDScriptTokenizer::TK_PR_MASTERSYNC: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue