You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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:
@@ -1957,10 +1957,8 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
||||
"match",
|
||||
"while",
|
||||
"remote",
|
||||
"sync",
|
||||
"master",
|
||||
"puppet",
|
||||
"slave",
|
||||
"remotesync",
|
||||
"mastersync",
|
||||
"puppetsync",
|
||||
|
||||
Reference in New Issue
Block a user