Skip to content

Commit

Permalink
Fix the round timer ticking during meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyWing committed Dec 17, 2020
1 parent 9ab2ba4 commit e935ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamemodes/amongus/gamemode/sv_game.moon
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GM.Game_Start = =>
-- Create the time limit timer if the cvar is set.
-- That's quite an interesting sentence.
timelimit = @ConVarSnapshots.TimeLimit\GetInt!
timelimitHandle = "timelimitHandle"
timelimitHandle = "timelimit"
if timelimit > 0
@GameData.Timers[timelimitHandle] = true

Expand Down

0 comments on commit e935ab8

Please sign in to comment.