mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
a
This commit is contained in:
@@ -492,7 +492,7 @@
|
||||
return
|
||||
if(!vote_rig_check())
|
||||
return
|
||||
if(!pollid || !optionid)
|
||||
if(!pollid)
|
||||
return
|
||||
// var/list/votelist = splittext(href_list["IRVdata"], ",")
|
||||
if(!length(votelist))
|
||||
@@ -515,7 +515,7 @@
|
||||
continue
|
||||
sql_votes += list(list(
|
||||
"pollid" = pollid,
|
||||
"optionid" = voteid
|
||||
"optionid" = voteid,
|
||||
"ckey" = ckey,
|
||||
"ip" = client.address,
|
||||
"adminrank" = admin_rank
|
||||
|
||||
Reference in New Issue
Block a user