PolarisSS13 / Polaris-Neb

A general purpose SS13/Nebula fork.
https://discord.gg/Ddw58yF
GNU Affero General Public License v3.0
2 stars 7 forks source link

Round-end votes occur every half an hour, instead of every hour #70

Open Neerti opened 6 days ago

Neerti commented 6 days ago

Description of issue

When the round end vote occurs, the next vote is scheduled to occur in thirty minutes, while on Polaris code, it is scheduled at the next hour.

I think this is a simple config change, but putting this here so Ater is less likely to forget.

Difference between expected and actual behavior

I expected to be asked to vote every hour, instead of every half hour.

Steps to reproduce

Start a round. Wait for the round vote to happen or find a way to make it happen quickly. Vote to extend the round. Note that the next vote will happen 30 minutes from now.

Specific information for locating

N/A

Length of time in which bug has been known to occur

Has been an issue for all neb tests.

Client version, Server revision & Game ID

Current master.

Issue bingo

MistakeNot4892 commented 6 days ago

Config option:


/decl/config/num/vote_autotransfer_initial
    uid = "vote_autotransfer_initial"
    default_value = 108000
    desc = "Autovote initial delay (deciseconds) before first automatic transfer vote call (default 180 minutes)."

/decl/config/num/vote_autotransfer_interval
    uid = "vote_autotransfer_interval"
    default_value = 18000
    desc = "Autovote delay (deciseconds) before sequential automatic transfer votes are called (default 30 minutes)."