From 8d8fe322945d5536e6eaae3e99ce5991b8631644 Mon Sep 17 00:00:00 2001 From: iZePlayz <69536095+iZePlayzYT@users.noreply.github.com> Date: Fri, 3 Apr 2026 02:24:05 +0200 Subject: [PATCH] Fixed Tab-Completion for the "psc" command --- mods/personal-starcount-ex.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/personal-starcount-ex.lua b/mods/personal-starcount-ex.lua index 6709a4216..37d8ff4bb 100644 --- a/mods/personal-starcount-ex.lua +++ b/mods/personal-starcount-ex.lua @@ -300,7 +300,7 @@ hook_event(HOOK_ON_INTERACT, star_counter_on_interact) hook_event(HOOK_ON_HUD_RENDER, hud_render_psc) hook_event(HOOK_ON_HUD_RENDER_BEHIND, behind_hud_render_psc) hook_event(HOOK_UPDATE, psc_update) -hook_chat_command('psc', "On|Off - Displays stars you've collected. Default is On.", toggle_psc) +hook_chat_command('psc', "[On|Off] - Displays stars you've collected. Default is On.", toggle_psc) -- Globalize functions for other mods to use -- Created by PeachyPeach