diff --git a/code/modules/mob/abstract/new_player/new_player.dm b/code/modules/mob/abstract/new_player/new_player.dm index b55f2e29cdb..9b295d81000 100644 --- a/code/modules/mob/abstract/new_player/new_player.dm +++ b/code/modules/mob/abstract/new_player/new_player.dm @@ -64,7 +64,7 @@ INITIALIZE_IMMEDIATE(/mob/abstract/new_player) if(newpoll) output += "Show Player Polls (NEW!)" else - output += "a href='byond://?src=\ref[src];showpoll=1'>Show Player Polls" + output += "Show Player Polls" output += "" send_theme_resources(src)