diff options
| author | 2024-07-22 21:49:58 +0100 | |
|---|---|---|
| committer | 2024-07-23 21:46:05 +0100 | |
| commit | 81ac8ff1b8b8fa7091a2c25359152b93d9d1a49d (patch) | |
| tree | c73a62fb08eb423d49baf2da9eb8e8889b244a25 /modules/sethost.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Remove support for the v3 server protocol.
Diffstat (limited to 'modules/sethost.cpp')
| -rw-r--r-- | modules/sethost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sethost.cpp b/modules/sethost.cpp index 1cd6343bc..18009327a 100644 --- a/modules/sethost.cpp +++ b/modules/sethost.cpp @@ -89,7 +89,7 @@ public: std::swap(newhostmap, cmd.hostmap); } - void GetLinkData(Module::LinkData& data, std::string& compatdata) override + void GetLinkData(Module::LinkData& data) override { for (size_t i = 0; i < cmd.hostmap.size(); ++i) if (cmd.hostmap[i]) |
