mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
add a missing break in processAgentData switch case
This commit is contained in:
parent
aa9f4f966e
commit
5d8ece7867
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ void AgentList::processAgentData(sockaddr *senderAddress, void *packetData, size
|
|||
{
|
||||
// head data from another agent
|
||||
updateAgentWithData(senderAddress, packetData, dataBytes);
|
||||
break;
|
||||
}
|
||||
case 'P':
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue