mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
cleanup
This commit is contained in:
parent
25b6359736
commit
2e0fec5a10
2 changed files with 0 additions and 5 deletions
|
@ -145,10 +145,8 @@ void Core::Network::GameConnection::eventHandlerOutsideRange( const Packets::FFX
|
|||
Entity::Player& player )
|
||||
{
|
||||
auto pScriptMgr = g_fw.get< Scripting::ScriptMgr >();
|
||||
Packets::FFXIVARR_PACKET_RAW copy = inPacket;
|
||||
|
||||
const auto packet = ZoneChannelPacket< Client::FFXIVIpcEventHandlerOutsideRange >( inPacket );
|
||||
|
||||
const auto& eventId = packet.data().eventId;
|
||||
const auto& param1 = packet.data().param1;
|
||||
const auto& pos = packet.data().position;
|
||||
|
|
|
@ -302,9 +302,6 @@ void Core::Network::GameConnection::zoneLineHandler( const Core::Network::Packet
|
|||
void Core::Network::GameConnection::discoveryHandler( const Core::Network::Packets::FFXIVARR_PACKET_RAW& inPacket,
|
||||
Entity::Player& player )
|
||||
{
|
||||
|
||||
Packets::FFXIVARR_PACKET_RAW copy = inPacket;
|
||||
|
||||
const auto packet = ZoneChannelPacket< Client::FFXIVIpcDiscoveryHandler >( inPacket );
|
||||
const auto& positionRef = packet.data().positionRef;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue