mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Use that Gminvis yo
This commit is contained in:
parent
51a1c020a1
commit
10eec1f954
1 changed files with 1 additions and 1 deletions
|
@ -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 zoneInPacket = ActorControlPacket143( getId(), ZoneIn, param1, param2, param3, param4 );
|
||||||
auto SetStatusPacket = ActorControlPacket142( getId(), SetStatus, static_cast< uint8_t >( Entity::Chara::ActorStatus::Idle ) );
|
auto SetStatusPacket = ActorControlPacket142( getId(), SetStatus, static_cast< uint8_t >( Entity::Chara::ActorStatus::Idle ) );
|
||||||
|
|
||||||
if( !Entity::Chara::Invisible )
|
if( getGmInvis() )
|
||||||
sendToInRangeSet( zoneInPacket, true );
|
sendToInRangeSet( zoneInPacket, true );
|
||||||
if( pSetStatus )
|
if( pSetStatus )
|
||||||
sendToInRangeSet( SetStatusPacket );
|
sendToInRangeSet( SetStatusPacket );
|
||||||
|
|
Loading…
Add table
Reference in a new issue