Skip to content

Commit

Permalink
Раунд не будет кончаться сразу же после голосования за рестарт.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Jan 11, 2025
1 parent b18e6cf commit d877ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ SUBSYSTEM_DEF(vote)
log_game("LOG VOTE: ROUNDVOTEEND [REALTIMEOFDAY]")
to_chat(world, "\n<font color='purple'>[ROUND_END_TIME_VERBAL] remain.</font>")
C.roundvoteend = TRUE
C.round_ends_at = GLOB.round_timer + ROUND_END_TIME
C.round_ends_at = (world.time - SSticker.round_start_time) + ROUND_END_TIME
if(restart)
var/active_admins = 0
for(var/client/C in GLOB.admins)
Expand Down

0 comments on commit d877ecc

Please sign in to comment.