Skip to content

Commit e935ab8

Browse files
committed
Fix the round timer ticking during meetings
1 parent 9ab2ba4 commit e935ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamemodes/amongus/gamemode/sv_game.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GM.Game_Start = =>
124124
-- Create the time limit timer if the cvar is set.
125125
-- That's quite an interesting sentence.
126126
timelimit = @ConVarSnapshots.TimeLimit\GetInt!
127-
timelimitHandle = "timelimitHandle"
127+
timelimitHandle = "timelimit"
128128
if timelimit > 0
129129
@GameData.Timers[timelimitHandle] = true
130130

0 commit comments

Comments
 (0)