You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Small fixes to redundand code, copy paste bugs
This commit is contained in:
@@ -496,7 +496,7 @@ struct TextDocumentSyncOptions {
|
||||
dict["willSave"] = willSave;
|
||||
dict["openClose"] = openClose;
|
||||
dict["change"] = change;
|
||||
dict["change"] = save.to_json();
|
||||
dict["save"] = save.to_json();
|
||||
return dict;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user