Merge pull request #16383 from TheCaramelion/TGUI-Vote

TGUI Vote Panel
This commit is contained in:
Heroman3003
2024-10-04 06:49:44 +10:00
committed by GitHub
11 changed files with 349 additions and 9 deletions
+2 -2
View File
@@ -117,8 +117,8 @@
if(statpanel("Lobby") && SSticker)
stat("Game Mode:", SSticker.hide_mode ? "Secret" : "[config.mode_names[master_mode]]")
if(SSvote.mode)
stat("Vote: [capitalize(SSvote.mode)]", "Time Left: [SSvote.time_remaining] s")
// if(SSvote.mode)
// stat("Vote: [capitalize(SSvote.mode)]", "Time Left: [SSvote.time_remaining] s")
if(SSticker.current_state == GAME_STATE_INIT)
stat("Time To Start:", "Server Initializing")