mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
welcome back to moredreds coooode review!
today we are going to be hunting for some extra brackets in the sewer! so come along for the ride
This commit is contained in:
parent
87d099c6d8
commit
a045dfc5c5
1 changed files with 3 additions and 5 deletions
|
@ -475,11 +475,9 @@ void Core::Network::GameConnection::gm1Handler( const Packets::FFXIVARR_PACKET_R
|
||||||
{
|
{
|
||||||
if( data->isAetheryte )
|
if( data->isAetheryte )
|
||||||
{
|
{
|
||||||
{
|
doTeleport = true;
|
||||||
doTeleport = true;
|
teleport = i;
|
||||||
teleport = i;
|
break;
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue