You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
removed duplicated functions in class hierarchy that were bound more than once
added a check to detect this case in the future
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
void EditorFileServer::_close_client(ClientData *cd) {
|
||||
|
||||
cd->connection->disconnect();
|
||||
cd->connection->disconnect_from_host();
|
||||
cd->efs->wait_mutex->lock();
|
||||
cd->efs->to_wait.insert(cd->thread);
|
||||
cd->efs->wait_mutex->unlock();
|
||||
|
||||
Reference in New Issue
Block a user