mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] Vote Panel Fixes: Allows Player Votes, Vertical Rendering for Voting List (#5020)
* Vote Panel Fixes: Allows Player Votes, Vertical Rendering for Voting List (#58489) * Updated permissions * tfw prettier * Fixed Issue * Vote Panel Fixes: Allows Player Votes, Vertical Rendering for Voting List Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
This commit is contained in:
@@ -304,7 +304,7 @@ SUBSYSTEM_DEF(vote)
|
||||
)
|
||||
|
||||
if(!!user.client?.holder)
|
||||
data["voting"] += list(voting)
|
||||
data["voting"] = voting
|
||||
|
||||
for(var/key in choices)
|
||||
data["choices"] += list(list(
|
||||
|
||||
Reference in New Issue
Block a user