mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 20:11:42 +00:00
Fixed the tab completion for the subcommands off the /psc command
This commit is contained in:
parent
68f4fd18d7
commit
f137f77826
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue