1
Fork 0
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:
Biscuit Boy 2018-09-21 09:28:34 +10:00
parent e448863215
commit efb0d74494

View file

@ -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;
}
}
}