summaryrefslogtreecommitdiffhomepage
path: root/src/l4dwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/l4dwarp.c')
-rw-r--r--src/l4dwarp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/l4dwarp.c b/src/l4dwarp.c
index 7a77427..76aa230 100644
--- a/src/l4dwarp.c
+++ b/src/l4dwarp.c
@@ -51,7 +51,7 @@ DEF_CCMD_HERE_UNREG(sst_l4d_testwarp, "Simulate a bot warping to you",
bool l4dwarp_init(void) {
if (!GAMETYPE_MATCHES(L4Dx)) return false;
if (!has_off_entpos || !has_off_eyeang || !has_vtidx_Teleport) {
- errmsg_warnx("missing gamedata entries for this engine");
+ errmsg_errorx("missing gamedata entries for this engine");
return false;
}
con_reg(sst_l4d_testwarp);