Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Send_FLPACKET_SERVER_ACTIVATEOBJECT wrong data struct #488

Description

@erikroe

For bool Send_FLPACKET_SERVER_ACTIVATEOBJECT(uint client, XActivateEquip& aq) the struct is not correct. It should be a new struct:

XActivateObject
{
  uint spaceObjId;
  bool activate;
  uint dockIndex;
}

It will open or close docking ports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions