diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-08-27 03:31:17 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-08-27 03:31:17 +0200 |
commit | 839e1faf491776f4e2348c46773c248644e260ba (patch) | |
tree | dab0425ff7e8f6817d0c363c59107adb39785ef2 /src/network/room_member.h | |
parent | network: Use lower timeout for enet_host_service (diff) | |
download | yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.gz yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.bz2 yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.lz yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.xz yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.zst yuzu-839e1faf491776f4e2348c46773c248644e260ba.zip |
Diffstat (limited to 'src/network/room_member.h')
-rw-r--r-- | src/network/room_member.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/room_member.h b/src/network/room_member.h index 4252b7146..f578f7f6a 100644 --- a/src/network/room_member.h +++ b/src/network/room_member.h @@ -146,7 +146,7 @@ public: const std::string& password = "", const std::string& token = ""); /** - * Sends a WiFi packet to the room. + * Sends a Proxy packet to the room. * @param packet The WiFi packet to send. */ void SendProxyPacket(const ProxyPacket& packet); |