AP_Scripting: allow maunal apobject bindings

This commit is contained in:
Iampete1 2022-09-10 17:07:46 +01:00 committed by Andrew Tridgell
parent 805b2921ed
commit b4234256f8

View File

@ -1124,8 +1124,11 @@ void handle_ap_object(void) {
}
string_copy(&(node->dependency), depends);
} else if (strcmp(type, keyword_manual) == 0) {
handle_manual(node, ALIAS_TYPE_MANUAL);
} else {
error(ERROR_SINGLETON, "AP_Objects only support renames, methods or semaphore keyowrds (got %s)", type);
error(ERROR_SINGLETON, "AP_Objects only support renames, methods, semaphore or manual keywords (got %s)", type);
}
// check that we didn't just add 2 singleton flags