mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +00:00
Fix crash after closing a GDScript LSP session
This commit is contained in:
parent
a920f9727a
commit
ed482f6167
2 changed files with 3 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ private:
|
|||
Ref<GDScriptWorkspace> workspace;
|
||||
|
||||
Error on_client_connected();
|
||||
void on_client_disconnected(int p_client_id);
|
||||
void on_client_disconnected(const int &p_client_id);
|
||||
|
||||
String process_message(const String &p_text);
|
||||
String format_output(const String &p_text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue