Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Dec 10, 2024
1 parent 15ae63b commit 580984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/tickets/SStickets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ SUBSYSTEM_DEF(tickets)
L += "[isAI(M) ? "(<a href='byond://?_src_=holder;adminchecklaws=[M.UID()]'>CL</a>)" : ""] (<a href='byond://?_src_=holder;take_question=[ticketNum][anchor_link_extra]'>TAKE</a>) "
L += "(<a href='byond://?_src_=holder;resolve=[ticketNum][anchor_link_extra]'>RESOLVE</a>) (<a href='byond://?_src_=holder;autorespond=[ticketNum][anchor_link_extra]'>AUTO</a>) "
// SS220 ADDTITION START
if(GLOB.configuration.ai_integration.gpt_enabled)
if(GLOB.configuration.gpt.gpt_enabled)
L += "(<a href='byond://?_src_=holder;ai_respond=[ticketNum][anchor_link_extra]'>АВТО(ИИ)</a>) "
// SS220 ADDTITION END
L += "(<a href='byond://?_src_=holder;convert_ticket=[ticketNum][anchor_link_extra]'>CONVERT</a>) :</span> <span class='[ticket_help_span]'>[one_line ? " " : "<br><br>"][msg]</span>"
Expand Down

0 comments on commit 580984a

Please sign in to comment.