summaryrefslogtreecommitdiffstats
path: root/core/io/remote_filesystem_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/remote_filesystem_client.cpp')
-rw-r--r--core/io/remote_filesystem_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/remote_filesystem_client.cpp b/core/io/remote_filesystem_client.cpp
index 1198810441..346f6662e6 100644
--- a/core/io/remote_filesystem_client.cpp
+++ b/core/io/remote_filesystem_client.cpp
@@ -168,6 +168,7 @@ Error RemoteFilesystemClient::_synchronize_with_server(const String &p_host, int
// Connection OK, now send the current file state.
print_verbose("Remote Filesystem: Connection OK.");
+ // FIXME: Is rebranding needed here, to "GDFS"?
// Header (GRFS) - Godot Remote File System
print_verbose("Remote Filesystem: Sending header");
tcp_client->put_u8('G');