@@ -20,7 +20,7 @@ int main(int argc, char *argv[]) {
}
// send payload
if(sendCommand(xPlaneSocket,argv[1])<0){
if(sendToXPlane(xPlaneSocket,"CMND",argv[1])<0){
exit(EXIT_FAILURE);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.