mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Removes all usages of a certain word in a certain sense (#13277)
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
|
||||
// Show expired polls. Non admins can view admin polls at this stage
|
||||
// (just like tgstation's web interface so don't complain)
|
||||
// (Also why was there no ingame interface tg not having an ingame
|
||||
// interface is retarded because it cucks downstreams)
|
||||
// (Also why was there no ingame interface? tg not having an ingame
|
||||
// interface is a pain in the neck because it means downstreams have to roll their own)
|
||||
select_query = GLOB.dbcon.NewQuery("SELECT id, question FROM [format_table_name("poll_question")] WHERE Now() > endtime ORDER BY id DESC")
|
||||
select_query.Execute()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user