mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Remove deprecated sync and slave networking keywords
Those keywords were deprecated for 3.1 in #22087. Also fix token name for `TK_REMOTE`, should be "remote" like the keyword.
This commit is contained in:
parent
49c08cb4fb
commit
1f39a2d3e6
14 changed files with 8 additions and 51 deletions
|
|
@ -1957,10 +1957,8 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||
"match",
|
||||
"while",
|
||||
"remote",
|
||||
"sync",
|
||||
"master",
|
||||
"puppet",
|
||||
"slave",
|
||||
"remotesync",
|
||||
"mastersync",
|
||||
"puppetsync",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue