mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Fix indentation
This commit is contained in:
parent
afbd3274cc
commit
5efa5aa912
@ -475,7 +475,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GAME_ATTRIBUTE:
|
case ID_GAME_ATTRIBUTE:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
@ -506,7 +505,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GAME_SKILL:
|
case ID_GAME_SKILL:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
@ -537,7 +535,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GAME_LEVEL:
|
case ID_GAME_LEVEL:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
@ -563,7 +560,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GUI_MESSAGEBOX:
|
case ID_GUI_MESSAGEBOX:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user