Updated instancezone command.
This commit is contained in:
@@ -30,6 +30,6 @@ public final class InstanceZoneInfo implements IPlayerActionHandler
|
||||
@Override
|
||||
public void useAction(L2PcInstance activeChar, ActionDataHolder data, boolean ctrlPressed, boolean shiftPressed)
|
||||
{
|
||||
activeChar.sendPacket(new ExInzoneWaiting(activeChar));
|
||||
activeChar.sendPacket(new ExInzoneWaiting(activeChar, false));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ public class InstanceZone implements IUserCommandHandler
|
||||
{
|
||||
return false;
|
||||
}
|
||||
activeChar.sendPacket(new ExInzoneWaiting(activeChar));
|
||||
activeChar.sendPacket(new ExInzoneWaiting(activeChar, false));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user