diff --git a/code/game/vote.dm b/code/game/vote.dm
index 3646fb2b09d..2c3b57034bc 100644
--- a/code/game/vote.dm
+++ b/code/game/vote.dm
@@ -275,7 +275,7 @@
if(config.allow_vote_restart)
text += "Begin restart vote.
"
if(config.allow_vote_mode)
- if(ticker.current_state == 1)
+ if(!ticker || ticker.current_state == 1)
text += "Begin change mode vote.
"
else
text += "Change mode votes are disabled while a round is in progress, vote to restart first.
"