Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
polygoblyn committed Nov 25, 2023
1 parent 5fe2202 commit 2d9000e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/verbs/ooc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")

if(twitch.access_rank > 0)
var/datum/asset/spritesheet/sheet = get_asset_datum(/datum/asset/spritesheet/chat)
keyname = "[sheet.icon_tag("twitch_sub")][keyname]"
keyname = "[sheet.icon_tag("twitch")][keyname]"

//The linkify span classes and linkify=TRUE below make ooc text get clickable chat href links if you pass in something resembling a url
for(var/client/receiver as anything in GLOB.clients)
Expand Down

0 comments on commit 2d9000e

Please sign in to comment.