From d2cab2f600b4a5efea34fce9e17de0c2ba964c6c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 11 May 2025 16:13:23 +0200 Subject: Fix comment that still referended "throttle" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See: 132b7b1cc807 ("Rename throttle to the proper wording") Signed-off-by: Miquel Sabaté Solà --- config/values.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/values.yml') diff --git a/config/values.yml b/config/values.yml index f2f0f45..e99eccc 100644 --- a/config/values.yml +++ b/config/values.yml @@ -4,8 +4,8 @@ # # Each file will have the name of the key from the first level (e.g. "player" # will become "config/values/player.s"), and under the file each constant will -# be upper cased (e.g. "player.throttle_up" will become "THROTTLE_UP" inside of -# the "player.s" file). +# be upper cased (e.g. "player.blast_off" will become "BLAST_OFF" inside of the +# "player.s" file). player: # Gravity and initial velocity when throttling from the ground. -- cgit v1.2.3