Skip to content

Commit

Permalink
Merge pull request VOREStation#15537 from KillianKirilenko/kk-mini2
Browse files Browse the repository at this point in the history
Remove Player Polls Button
  • Loading branch information
Heroman3003 authored Nov 25, 2023
2 parents 99f944f + a08456f commit 364869b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

output += "<p><a href='byond://?src=\ref[src];observe=1'>Observe</A></p>"

/*
//nobody uses this feature
if(!IsGuestKey(src.key))
establish_db_connection()
Expand All @@ -69,6 +71,7 @@
output += "<p><b><a href='byond://?src=\ref[src];showpoll=1'>Show Player Polls</A> (NEW!)</b></p>"
else
output += "<p><a href='byond://?src=\ref[src];showpoll=1'>Show Player Polls</A></p>"
*/

output += "<p><a href='byond://?src=\ref[src];open_changelog=1'>View Changelog</A></p>"

Expand Down

0 comments on commit 364869b

Please sign in to comment.