From 07e5d693511d963b08e04276890048d003645f22 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Sat, 18 May 2024 02:55:03 -0400 Subject: [PATCH] console.lua: add nonrepeatable prefix to command_prefixes --- player/lua/console.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/player/lua/console.lua b/player/lua/console.lua index 26c2e27988..3dcf361e66 100644 --- a/player/lua/console.lua +++ b/player/lua/console.lua @@ -1243,8 +1243,8 @@ function complete(backwards) local command_prefixes = { ['osd-auto'] = true, ['no-osd'] = true, ['osd-bar'] = true, ['osd-msg'] = true, ['osd-msg-bar'] = true, ['raw'] = true, - ['expand-properties'] = true, ['repeatable'] = true, ['async'] = true, - ['sync'] = true + ['expand-properties'] = true, ['repeatable'] = true, + ['nonrepeatable'] = true, ['async'] = true, ['sync'] = true } while tokens[first_useful_token_index] and