Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
just some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idp committed Feb 8, 2022
1 parent 25998b6 commit f1d6435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/CustomRpcHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ void HandleRpc(uint8_t callId, MessageReader* reader) {
int32_t playerid = MessageReader_ReadInt32(reader, NULL);
STREAM_DEBUG("RPC Received for another AUM User from playerId: " << playerid);
if (!std::count(State.aumUsers.begin(), State.aumUsers.end(), playerid)) State.aumUsers.push_back(playerid);
break;
}
return;
}

0 comments on commit f1d6435

Please sign in to comment.