mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes player poll button(#8931)
This commit is contained in:
@@ -64,7 +64,7 @@ INITIALIZE_IMMEDIATE(/mob/abstract/new_player)
|
||||
if(newpoll)
|
||||
output += "<b><a href='byond://?src=\ref[src];showpoll=1'>Show Player Polls</A> (NEW!)</b>"
|
||||
else
|
||||
output += "a href='byond://?src=\ref[src];showpoll=1'>Show Player Polls</A>"
|
||||
output += "<a href='byond://?src=\ref[src];showpoll=1'>Show Player Polls</A>"
|
||||
|
||||
output += "</div>"
|
||||
send_theme_resources(src)
|
||||
|
||||
Reference in New Issue
Block a user