mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 08:53:35 +00:00
Check client workspace directory is valid
Drop test initialize message sent to client Remove unused code property for the parser class
This commit is contained in:
parent
b2f02317fa
commit
9618b0c63e
3 changed files with 11 additions and 15 deletions
|
@ -557,7 +557,6 @@ const Array &ExtendGDScriptParser::get_member_completions() {
|
|||
|
||||
Error ExtendGDScriptParser::parse(const String &p_code, const String &p_path) {
|
||||
path = p_path;
|
||||
code = p_code;
|
||||
lines = p_code.split("\n");
|
||||
|
||||
Error err = GDScriptParser::parse(p_code, p_path.get_base_dir(), false, p_path, false, NULL, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue