Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map vote will be throttled if another vote is in progress #20625

Open
GDNgit opened this issue Mar 12, 2023 · 1 comment
Open

Map vote will be throttled if another vote is in progress #20625

GDNgit opened this issue Mar 12, 2023 · 1 comment
Labels
Bug This is a bug in our game code Runtime This issue is a runtime error

Comments

@GDNgit
Copy link
Contributor

GDNgit commented Mar 12, 2023

Issue Description:
See title, map vote being throttled is bad because it's something players should have input on compared to something like an admin vote

[2023-03-12T03:50:21] Runtime in vote_datum.dm,26: Attempted to start another vote with one already in progress!
[2023-03-12T03:50:21] proc name: New (/datum/vote/New)
[2023-03-12T03:50:21] src: /datum/vote/map (/datum/vote/map)
[2023-03-12T03:50:21] call stack:
[2023-03-12T03:50:21] /datum/vote/map (/datum/vote/map): New
[2023-03-12T03:50:21] Ticker (/datum/controller/subsystem/ticker): fire
[2023-03-12T03:50:21] Ticker (/datum/controller/subsystem/ticker): ignite

What did you expect to happen:
Map vote overrides the current vote

What happened instead:
Map vote fizzles

Why is this bad/What are the consequences:
Not much of a vote is it? Way more priority than a silly admeme vote or a belated crew transfer.

Steps to reproduce the problem:
call a vote, end the round

@warriorstar-orion warriorstar-orion added the Bug This is a bug in our game code label Mar 12, 2023
@silverplatedelta silverplatedelta added the Runtime This issue is a runtime error label Nov 29, 2024
@silverplatedelta
Copy link
Contributor

This still occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug in our game code Runtime This issue is a runtime error
Projects
Status: Cause Unknown
Development

No branches or pull requests

3 participants