Merge pull request #4191 from valentinvanelslande/minor-fix

room_member: RakNet -> ENet
This commit is contained in:
Pengfei Zhu 2018-09-08 10:05:33 +08:00 committed by GitHub
commit 0d2c027a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public:
*/
void HandleJoinPacket(const ENetEvent* event);
/**
* Extracts RoomInformation and MemberInformation from a received RakNet packet.
* Extracts RoomInformation and MemberInformation from a received ENet packet.
* @param event The ENet event that was received.
*/
void HandleRoomInformationPacket(const ENetEvent* event);