From c3ecdf5caf17825b047e4d8b5d979986cbe380b0 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 6 Jan 2022 23:06:53 +0000 Subject: Fix stupid typo --- src/autojump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/autojump.c') diff --git a/src/autojump.c b/src/autojump.c index 2a884c0..26a45d5 100644 --- a/src/autojump.c +++ b/src/autojump.c @@ -25,7 +25,7 @@ #include "os.h" #include "vcall.h" -DEF_CVAR(sst_autojump, "Jump upon hitting the group while holding space", 0, +DEF_CVAR(sst_autojump, "Jump upon hitting the ground while holding space", 0, CON_REPLICATE | CON_DEMO | CON_HIDDEN) struct vec3f { float x, y, z; }; -- cgit v1.2.3