We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab2ba4 commit e935ab8Copy full SHA for e935ab8
src/gamemodes/amongus/gamemode/sv_game.moon
@@ -124,7 +124,7 @@ GM.Game_Start = =>
124
-- Create the time limit timer if the cvar is set.
125
-- That's quite an interesting sentence.
126
timelimit = @ConVarSnapshots.TimeLimit\GetInt!
127
- timelimitHandle = "timelimitHandle"
+ timelimitHandle = "timelimit"
128
if timelimit > 0
129
@GameData.Timers[timelimitHandle] = true
130
0 commit comments