1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00

How did I not notice that....

This commit is contained in:
Biscuit Boy 2018-04-20 02:22:09 +10:00
parent 879ce3609e
commit fb8208af1e

View file

@ -1605,7 +1605,7 @@ void Core::Entity::Player::sendZoneInPackets( uint32_t param1, uint32_t param2 =
auto zoneInPacket = ActorControlPacket143( getId(), ZoneIn, param1, param2, param3, param4 );
auto SetStatusPacket = ActorControlPacket142( getId(), SetStatus, static_cast< uint8_t >( Entity::Chara::ActorStatus::Idle ) );
if( getGmInvis() )
if( !getGmInvis() )
sendToInRangeSet( zoneInPacket, true );
if( shouldSetStatus )
sendToInRangeSet( SetStatusPacket );