summaryrefslogtreecommitdiffhomepage
path: root/src/autojump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autojump.c')
-rw-r--r--src/autojump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autojump.c b/src/autojump.c
index 33b31b8..284dd85 100644
--- a/src/autojump.c
+++ b/src/autojump.c
@@ -72,11 +72,11 @@ static bool unprot(void *gm) {
bool autojump_init(void) {
// TODO(featgen): auto-check these factories
if (!factory_client || !factory_server) {
- errmsg_warnx("missing required factories");
+ errmsg_errorx("missing required factories");
return false;
}
if (!has_vtidx_CheckJumpButton || !has_off_mv) {
- errmsg_warnx("missing gamedata entries for this engine");
+ errmsg_errorx("missing gamedata entries for this engine");
return false;
}