mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[Non-Modular] Readied up players are now visible to everyone (#703)
This commit is contained in:
@@ -42,8 +42,9 @@ INITIALIZE_IMMEDIATE(/mob/dead)
|
||||
. += "Time To Start: SOON"
|
||||
|
||||
. += "Players: [LAZYLEN(GLOB.clients)]"
|
||||
. += "Players Ready: [SSticker.totalPlayersReady]" //Bubberstation edit
|
||||
if(client.holder)
|
||||
. += "Players Ready: [SSticker.totalPlayersReady]"
|
||||
// . += "Players Ready: [SSticker.totalPlayersReady]" Bubberstation edit
|
||||
. += "Admins Ready: [SSticker.total_admins_ready] / [length(GLOB.admins)]"
|
||||
|
||||
#define SERVER_HOPPER_TRAIT "server_hopper"
|
||||
|
||||
Reference in New Issue
Block a user