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.
For
bool Send_FLPACKET_SERVER_ACTIVATEOBJECT(uint client, XActivateEquip& aq)the struct is not correct. It should be a new struct:It will open or close docking ports.