mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Fixes map votes not refreshing the amount of possible choices (#89404)
## About The Pull Request Closes #89235 ## Changelog 🆑 fix: Fixed map votes not refreshing the amount of possible choices /🆑 --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
committed by
Roxy
co-authored by
LemonInTheDark
parent
94ad1a7cb7
commit
629ec38e4e
@@ -120,5 +120,5 @@
|
||||
var/list/adm = get_admin_counts()
|
||||
var/list/allmins = adm["total"]
|
||||
var/status = "Admins: [allmins.len] (Active: [english_list(adm["present"])] AFK: [english_list(adm["afk"])] Stealth: [english_list(adm["stealth"])] Skipped: [english_list(adm["noflags"])]). "
|
||||
status += "Players: [GLOB.clients.len] (Active: [get_active_player_count(0,1,0)]). Round has [SSticker.HasRoundStarted() ? "" : "not "]started."
|
||||
status += "Players: [GLOB.clients.len] (Active: [get_active_player_count(FALSE, TRUE, FALSE)]). Round has [SSticker.HasRoundStarted() ? "" : "not "]started."
|
||||
return new /datum/tgs_message_content(status)
|
||||
|
||||
Reference in New Issue
Block a user