mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-21 04:33:16 +01:00
Vote fix
Without the bug
This commit is contained in:
@@ -236,7 +236,7 @@ datum/controller/vote
|
||||
mode = vote_type
|
||||
initiator = initiator_key
|
||||
started_time = world.time
|
||||
var/timedifference = world.time - last_vote_time
|
||||
var/timedifference = round((world.time - last_vote_time))
|
||||
var/timedifference_text
|
||||
timedifference_text = time2text(timedifference,"mm:ss")
|
||||
for(var/client/C in admins)
|
||||
|
||||
Reference in New Issue
Block a user