diff --git a/src/gamemodes/amongus/gamemode/sv_game.moon b/src/gamemodes/amongus/gamemode/sv_game.moon index 6596ec5..a709102 100644 --- a/src/gamemodes/amongus/gamemode/sv_game.moon +++ b/src/gamemodes/amongus/gamemode/sv_game.moon @@ -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