From: Martin Taibr Date: Sat, 29 Sep 2018 14:59:21 +0000 (+0200) Subject: off by 1 in help system X-Git-Tag: xonotic-v0.8.5~1814^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=c89ff963bdef4a9c8c6f7b03d45768674f9e9691 off by 1 in help system --- diff --git a/help-xonotic.cfg b/help-xonotic.cfg index bac6270dbd..1bd9e272e2 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)