summaryrefslogtreecommitdiff
path: root/src/network/room_member.h
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2022-08-27 03:31:17 +0200
committerFearlessTobi <thm.frey@gmail.com>2022-08-27 03:31:17 +0200
commit839e1faf491776f4e2348c46773c248644e260ba (patch)
treedab0425ff7e8f6817d0c363c59107adb39785ef2 /src/network/room_member.h
parentb961b385c373fd015178f789b3dc6b0565da9056 (diff)
yuzu: Display current game version in multiplayer room
Makes it easier for users to recognize connection errors caused by different game versions.
Diffstat (limited to 'src/network/room_member.h')
-rw-r--r--src/network/room_member.h2
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);