mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Remove requirement for E
This commit is contained in:
parent
2e3d572b53
commit
79bac33a40
1 changed files with 2 additions and 1 deletions
3
test.c
3
test.c
|
@ -514,7 +514,8 @@ task_template_t *task_template_compile(const char *file, const char *dir) {
|
|||
goto success;
|
||||
} else if (!strcmp(template->proceduretype, "-execute")) {
|
||||
if (!template->executeflags) {
|
||||
con_err("template compile error: %s missing `E:` tag (use `$null` for exclude)\n", file);
|
||||
/* default to $null */
|
||||
template->executeflags = util_strdup("$null");
|
||||
goto failure;
|
||||
}
|
||||
if (!template->comparematch) {
|
||||
|
|
Loading…
Reference in a new issue