From c89ff963bdef4a9c8c6f7b03d45768674f9e9691 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sat, 29 Sep 2018 16:59:21 +0200 Subject: [PATCH] off by 1 in help system --- help-xonotic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help-xonotic.cfg b/help-xonotic.cfg index bac6270db..1bd9e272e 100644 --- a/help-xonotic.cfg +++ b/help-xonotic.cfg @@ -57,4 +57,4 @@ set help_msg_55 "Enter ^1'lsmaps' ${help_cfg_prefix}in the console to get a list set help_msg_56 "While you are in the air, release the forward key, press one of the left/right keys and move your mouse in the same direction. This will bend your fly/jump path." set help_msg_57 "Hold the jump key to keep on jumping (called ^1'bunny-hopping'${help_cfg_prefix}) which will accelerate your speed." set help_msg_58 "'xonotic.org/guide changed my life' -- ^x777S^x090Є^x088Є^x000Қ^x900⁻ʸ${help_cfg_prefix}, 2018" -set help_msg_count 58 // update this when adding messages - it should be the number of messages (which means last message index + 1) +set help_msg_count 59 // update this when adding messages - it should be the number of messages (which means last message index + 1) -- 2.39.2