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

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