View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-23-2022 , 18:27   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #1007

Quote:
Originally Posted by fysiks View Post
Change the 30 on line 6929 to 300 (5 minutes in seconds).
Thanks for looking into it. I think this 30 seconds is for some other feature, but not for the voting to start.

Changing this on the next if should work (but I did not tested it):
PHP Code:
File:galileo.sma
        
// Are we ready to start an "end of map" vote?
6946:         if( secondsLeft START_VOTEMAP_MIN_TIME
to 
6946
:         if( secondsLeft START_VOTEMAP_MIN_TIME 300 
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline