Skip to content

Commit b56588f

Browse files
committed
chore: align HUD sync status messages
Update the generated HUD sync echo messages to use on/off wording so they match the public alias names.
1 parent efbcd3e commit b56588f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ async function build(config: Config) {
237237
`alias ${prefix}_off "exec ${outBase}/off; alias ${prefix}_toggle ${prefix}_toggle_on"`,
238238
'',
239239
'// HUD Sync',
240-
`alias ${prefix}_hud_sync_on "alias ${HS} ${HC}; echoln [RainbowCrosshair] HUD sync enabled"`,
241-
`alias ${prefix}_hud_sync_off "alias ${HS} ${NOOP}; echoln [RainbowCrosshair] HUD sync disabled"`,
240+
`alias ${prefix}_hud_sync_on "alias ${HS} ${HC}; echoln [RainbowCrosshair] HUD sync on"`,
241+
`alias ${prefix}_hud_sync_off "alias ${HS} ${NOOP}; echoln [RainbowCrosshair] HUD sync off"`,
242242
'',
243243
`alias ${prefix}_toggle_on "${prefix}_on; alias ${prefix}_toggle ${prefix}_toggle_off"`,
244244
`alias ${prefix}_toggle_off "${prefix}_off; alias ${prefix}_toggle ${prefix}_toggle_on"`,

0 commit comments

Comments
 (0)