mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +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
e448863215
commit
efb0d74494
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 )
|
||||
{
|
||||
{
|
||||
doTeleport = true;
|
||||
teleport = i;
|
||||
break;
|
||||
}
|
||||
doTeleport = true;
|
||||
teleport = i;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue