diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 2b5702af4..0c1306577 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -4551,7 +4551,7 @@ void Client::Handle_OP_ClientUpdate(const EQApplicationPacket *app) { MakeSpawnUpdate(position_update); if (gm_hide_me) { - entity_list.QueueClientsStatus(this, outapp, true, Admin(), 250); + entity_list.QueueClientsStatus(this, outapp, true, Admin(), 255); } else { entity_list.QueueCloseClients(this, outapp, true, RuleI(Range, ClientPositionUpdates), nullptr, true); }